summaryrefslogtreecommitdiff
path: root/SRC/strcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/strcon.f')
-rw-r--r--SRC/strcon.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/strcon.f b/SRC/strcon.f
index 295481e9..9e93ee77 100644
--- a/SRC/strcon.f
+++ b/SRC/strcon.f
@@ -165,7 +165,7 @@
$ LDA, WORK, SCALE, WORK( 2*N+1 ), INFO )
ELSE
*
-* Multiply by inv(A').
+* Multiply by inv(A**T).
*
CALL SLATRS( UPLO, 'Transpose', DIAG, NORMIN, N, A, LDA,
$ WORK, SCALE, WORK( 2*N+1 ), INFO )