diff options
author | langou <langou@users.noreply.github.com> | 2015-06-08 14:31:13 +0000 |
---|---|---|
committer | langou <langou@users.noreply.github.com> | 2015-06-08 14:31:13 +0000 |
commit | 81a0ecfe835d7410686ebde441b2f1ccb130a97e (patch) | |
tree | 87a7a80080f18ec44cb20aae81b7de35b81d3ff7 /TESTING/MATGEN | |
parent | 34420f19e306e8fe09664d3bebce237d5f2ab92f (diff) | |
download | lapack-81a0ecfe835d7410686ebde441b2f1ccb130a97e.tar.gz lapack-81a0ecfe835d7410686ebde441b2f1ccb130a97e.tar.bz2 lapack-81a0ecfe835d7410686ebde441b2f1ccb130a97e.zip |
typos in the comment
Diffstat (limited to 'TESTING/MATGEN')
-rw-r--r-- | TESTING/MATGEN/dlatm1.f | 2 | ||||
-rw-r--r-- | TESTING/MATGEN/zlatm1.f | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TESTING/MATGEN/dlatm1.f b/TESTING/MATGEN/dlatm1.f index f93d1fb6..4ae187af 100644 --- a/TESTING/MATGEN/dlatm1.f +++ b/TESTING/MATGEN/dlatm1.f @@ -27,7 +27,7 @@ *> *> DLATM1 computes the entries of D(1..N) as specified by *> MODE, COND and IRSIGN. IDIST and ISEED determine the generation -*> of random numbers. DLATM1 is called by SLATMR to generate +*> of random numbers. DLATM1 is called by DLATMR to generate *> random test matrices for LAPACK programs. *> \endverbatim * diff --git a/TESTING/MATGEN/zlatm1.f b/TESTING/MATGEN/zlatm1.f index 3f3df81f..ebaca371 100644 --- a/TESTING/MATGEN/zlatm1.f +++ b/TESTING/MATGEN/zlatm1.f @@ -27,7 +27,7 @@ *> *> ZLATM1 computes the entries of D(1..N) as specified by *> MODE, COND and IRSIGN. IDIST and ISEED determine the generation -*> of random numbers. ZLATM1 is called by CLATMR to generate +*> of random numbers. ZLATM1 is called by ZLATMR to generate *> random test matrices for LAPACK programs. *> \endverbatim * |