From bcf4ebed7c5c5cf50cb10b2c5c24177dabd2d55d Mon Sep 17 00:00:00 2001 From: langou Date: Thu, 27 May 2010 20:03:27 +0000 Subject: [PATCH] typo in comments spotted by Jim --- SRC/dla_gbrcond.f | 2 +- SRC/sla_gbrcond.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/dla_gbrcond.f b/SRC/dla_gbrcond.f index 33c7ee34..ffe3908b 100644 --- a/SRC/dla_gbrcond.f +++ b/SRC/dla_gbrcond.f @@ -25,7 +25,7 @@ * Purpose * ======= * -* DLA_GERCOND Estimates the Skeel condition number of op(A) * op2(C) +* DLA_GBRCOND Estimates the Skeel condition number of op(A) * op2(C) * where op2 is determined by CMODE as follows * CMODE = 1 op2(C) = C * CMODE = 0 op2(C) = I diff --git a/SRC/sla_gbrcond.f b/SRC/sla_gbrcond.f index 8d83fd65..6140f85d 100644 --- a/SRC/sla_gbrcond.f +++ b/SRC/sla_gbrcond.f @@ -24,7 +24,7 @@ * Purpose * ======= * -* SLA_GERCOND Estimates the Skeel condition number of op(A) * op2(C) +* SLA_GBRCOND Estimates the Skeel condition number of op(A) * op2(C) * where op2 is determined by CMODE as follows * CMODE = 1 op2(C) = C * CMODE = 0 op2(C) = I -- 2.34.1