summaryrefslogtreecommitdiff
path: root/SRC/stptrs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/stptrs.f')
-rw-r--r--SRC/stptrs.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/stptrs.f b/SRC/stptrs.f
index 65e60d24..49f21a18 100644
--- a/SRC/stptrs.f
+++ b/SRC/stptrs.f
@@ -141,7 +141,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 STPSV( UPLO, TRANS, DIAG, N, AP, B( 1, J ), 1 )