diff options
author | julie <julielangou@users.noreply.github.com> | 2016-01-13 03:01:05 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2016-01-13 03:01:05 +0000 |
commit | 0d5b6ce6caa608f5c8c2cae901f94174b229b2e9 (patch) | |
tree | 6cc69674fc8db3c2ee918dee4ed470c19d55447d | |
parent | c7bbaf7e32c2a2821939acd189fc76fcf583a5a8 (diff) | |
download | lapack-0d5b6ce6caa608f5c8c2cae901f94174b229b2e9.tar.gz lapack-0d5b6ce6caa608f5c8c2cae901f94174b229b2e9.tar.bz2 lapack-0d5b6ce6caa608f5c8c2cae901f94174b229b2e9.zip |
Fix typos reported by Elena
-rw-r--r-- | SRC/cgsvj0.f | 2 | ||||
-rw-r--r-- | SRC/zgsvj0.f | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SRC/cgsvj0.f b/SRC/cgsvj0.f index 79ffde62..66855330 100644 --- a/SRC/cgsvj0.f +++ b/SRC/cgsvj0.f @@ -1,4 +1,4 @@ -*> \brief \b CGSVJ0 pre-processor for the routine sgesvj. +*> \brief \b CGSVJ0 pre-processor for the routine cgesvj. * * =========== DOCUMENTATION =========== * diff --git a/SRC/zgsvj0.f b/SRC/zgsvj0.f index a9e663d4..375075da 100644 --- a/SRC/zgsvj0.f +++ b/SRC/zgsvj0.f @@ -1,4 +1,4 @@ -*> \brief \b ZGSVJ0 pre-processor for the routine dgesvj. +*> \brief \b ZGSVJ0 pre-processor for the routine zgesvj. * * =========== DOCUMENTATION =========== * |