summaryrefslogtreecommitdiff
path: root/SRC/ctrcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ctrcon.f')
-rw-r--r--SRC/ctrcon.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/ctrcon.f b/SRC/ctrcon.f
index 2ee42f93..0cb81c21 100644
--- a/SRC/ctrcon.f
+++ b/SRC/ctrcon.f
@@ -172,7 +172,7 @@
$ LDA, WORK, SCALE, RWORK, INFO )
ELSE
*
-* Multiply by inv(A').
+* Multiply by inv(A**H).
*
CALL CLATRS( UPLO, 'Conjugate transpose', DIAG, NORMIN,
$ N, A, LDA, WORK, SCALE, RWORK, INFO )