summaryrefslogtreecommitdiff
path: root/SRC/dsyrfsx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
committerjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
commit491fcee0303e374ba6df7b44247747624b956131 (patch)
treed7fb66ee3ec8d632c00918f8fea282a587aef9a7 /SRC/dsyrfsx.f
parenta055c28aa29a338fef15d9d4550b03bcbbfda298 (diff)
downloadlapack-491fcee0303e374ba6df7b44247747624b956131.tar.gz
lapack-491fcee0303e374ba6df7b44247747624b956131.tar.bz2
lapack-491fcee0303e374ba6df7b44247747624b956131.zip
Fix minor problem in some comments...
Diffstat (limited to 'SRC/dsyrfsx.f')
-rw-r--r--SRC/dsyrfsx.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsyrfsx.f b/SRC/dsyrfsx.f
index 6959d039..fde12474 100644
--- a/SRC/dsyrfsx.f
+++ b/SRC/dsyrfsx.f
@@ -142,7 +142,7 @@
*>
*> \param[in,out] S
*> \verbatim
-*> S is or output) DOUBLE PRECISION array, dimension (N)
+*> S is DOUBLE PRECISION array, dimension (N)
*> The scale factors for A. If EQUED = 'Y', A is multiplied on
*> the left and right by diag(S). S is an input argument if FACT =
*> 'F'; otherwise, S is an output argument. If FACT = 'F' and EQUED