diff options
author | langou <langou@users.noreply.github.com> | 2010-06-21 20:47:23 +0000 |
---|---|---|
committer | langou <langou@users.noreply.github.com> | 2010-06-21 20:47:23 +0000 |
commit | 769ba9a44c70b5d03df2c0394b94695a41e456d6 (patch) | |
tree | 9ae4b1cad8ff15ab11f96493d1ff8a361fdeeae7 /SRC/sbdsdc.f | |
parent | 8e087ffd5f1959fb3474c74e3f212ac2b70fa57b (diff) | |
download | lapack-769ba9a44c70b5d03df2c0394b94695a41e456d6.tar.gz lapack-769ba9a44c70b5d03df2c0394b94695a41e456d6.tar.bz2 lapack-769ba9a44c70b5d03df2c0394b94695a41e456d6.zip |
another typo
Diffstat (limited to 'SRC/sbdsdc.f')
-rw-r--r-- | SRC/sbdsdc.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sbdsdc.f b/SRC/sbdsdc.f index 6f11e245..31c51a4f 100644 --- a/SRC/sbdsdc.f +++ b/SRC/sbdsdc.f @@ -119,7 +119,7 @@ * INFO (output) INTEGER * = 0: successful exit. * < 0: if INFO = -i, the i-th argument had an illegal value. -* > 0: The algorithm failed to compute an singular value. +* > 0: The algorithm failed to compute a singular value. * The update process of divide and conquer failed. * * Further Details |