summaryrefslogtreecommitdiff
path: root/SRC/ctpcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ctpcon.f')
-rw-r--r--SRC/ctpcon.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/ctpcon.f b/SRC/ctpcon.f
index 4cfb771d..e577a546 100644
--- a/SRC/ctpcon.f
+++ b/SRC/ctpcon.f
@@ -166,7 +166,7 @@
$ WORK, SCALE, RWORK, INFO )
ELSE
*
-* Multiply by inv(A').
+* Multiply by inv(A**H).
*
CALL CLATPS( UPLO, 'Conjugate transpose', DIAG, NORMIN,
$ N, AP, WORK, SCALE, RWORK, INFO )