summaryrefslogtreecommitdiff
path: root/SRC/stbtrs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/stbtrs.f')
-rw-r--r--SRC/stbtrs.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/stbtrs.f b/SRC/stbtrs.f
index 688aebea..78fe9978 100644
--- a/SRC/stbtrs.f
+++ b/SRC/stbtrs.f
@@ -150,7 +150,7 @@
END IF
INFO = 0
*
-* Solve A * X = B or A' * X = B.
+* Solve A * X = B or A**T * X = B.
*
DO 30 J = 1, NRHS
CALL STBSV( UPLO, TRANS, DIAG, N, KD, AB, LDAB, B( 1, J ), 1 )