From: langou Date: Mon, 8 Jun 2015 14:31:13 +0000 (+0000) Subject: typos in the comment X-Git-Tag: submit/tizen/20180313.231549~367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81a0ecfe835d7410686ebde441b2f1ccb130a97e;p=platform%2Fupstream%2Flapack.git typos in the comment --- 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 *