summaryrefslogtreecommitdiff
path: root/SRC/dsgesv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-03-23 19:55:21 +0000
committerjulie <julielangou@users.noreply.github.com>2010-03-23 19:55:21 +0000
commite1551d9145c09ad3be6f54734ac4ad6ac450439b (patch)
tree53cfb67d915095651d0f4dbd0ed7a269ce363245 /SRC/dsgesv.f
parentcf50736dada8f015af7b5c7a477a002f33f7633d (diff)
downloadlapack-e1551d9145c09ad3be6f54734ac4ad6ac450439b.tar.gz
lapack-e1551d9145c09ad3be6f54734ac4ad6ac450439b.tar.bz2
lapack-e1551d9145c09ad3be6f54734ac4ad6ac450439b.zip
Fix comments to generate wrapper correctly
Diffstat (limited to 'SRC/dsgesv.f')
-rw-r--r--SRC/dsgesv.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsgesv.f b/SRC/dsgesv.f
index 3ff3be78..da588a0a 100644
--- a/SRC/dsgesv.f
+++ b/SRC/dsgesv.f
@@ -62,7 +62,7 @@
* The number of right hand sides, i.e., the number of columns
* of the matrix B. NRHS >= 0.
*
-* A (input or input/ouptut) DOUBLE PRECISION array,
+* A (input/output) DOUBLE PRECISION array,
* dimension (LDA,N)
* On entry, the N-by-N coefficient matrix A.
* On exit, if iterative refinement has been successfully used