summaryrefslogtreecommitdiff
path: root/SRC/dgesvj.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-08-10 16:22:10 +0000
committerjulie <julielangou@users.noreply.github.com>2010-08-10 16:22:10 +0000
commit067bfbf1595b1f3e10ae84045791bd58ac1061ec (patch)
treeaac9de4e5a41b79dcb5d952be579b930017f78ec /SRC/dgesvj.f
parentdb2a14bcf99ab733813e24f0583f6fa486a7365b (diff)
downloadlapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.tar.gz
lapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.tar.bz2
lapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.zip
Various comment fixes
Diffstat (limited to 'SRC/dgesvj.f')
-rw-r--r--SRC/dgesvj.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgesvj.f b/SRC/dgesvj.f
index 0bb49cb6..b9d568ed 100644
--- a/SRC/dgesvj.f
+++ b/SRC/dgesvj.f
@@ -93,7 +93,7 @@
* Arguments
* =========
*
-* JOBA (input) CHARACTER* 1
+* JOBA (input) CHARACTER*1
* Specifies the structure of A.
* = 'L': The input matrix A is lower triangular;
* = 'U': The input matrix A is upper triangular;