summaryrefslogtreecommitdiff
path: root/SRC/slalsd.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2010-06-21 21:06:42 +0000
committerlangou <langou@users.noreply.github.com>2010-06-21 21:06:42 +0000
commit19ae0b88353aae83884de39906dd75c1dcdd8d2e (patch)
treeacbc96bcac4cdf10e342a4ba8dc36ec0b14bd815 /SRC/slalsd.f
parent769ba9a44c70b5d03df2c0394b94695a41e456d6 (diff)
downloadlapack-19ae0b88353aae83884de39906dd75c1dcdd8d2e.tar.gz
lapack-19ae0b88353aae83884de39906dd75c1dcdd8d2e.tar.bz2
lapack-19ae0b88353aae83884de39906dd75c1dcdd8d2e.zip
OK. So I got upset and did a
grep "an singular value" *f in our SRC files to fix them all. Here we go.
Diffstat (limited to 'SRC/slalsd.f')
-rw-r--r--SRC/slalsd.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/slalsd.f b/SRC/slalsd.f
index c19271a9..50cc5d27 100644
--- a/SRC/slalsd.f
+++ b/SRC/slalsd.f
@@ -94,7 +94,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 while
+* > 0: The algorithm failed to compute a singular value while
* working on the submatrix lying in rows and columns
* INFO/(N+1) through MOD(INFO,N+1).
*