summaryrefslogtreecommitdiff
path: root/SRC/stpcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/stpcon.f')
-rw-r--r--SRC/stpcon.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/stpcon.f b/SRC/stpcon.f
index 31822b0b..6862d1f7 100644
--- a/SRC/stpcon.f
+++ b/SRC/stpcon.f
@@ -159,7 +159,7 @@
$ WORK, SCALE, WORK( 2*N+1 ), INFO )
ELSE
*
-* Multiply by inv(A').
+* Multiply by inv(A**T).
*
CALL SLATPS( UPLO, 'Transpose', DIAG, NORMIN, N, AP,
$ WORK, SCALE, WORK( 2*N+1 ), INFO )