summaryrefslogtreecommitdiff
path: root/SRC/dtprfs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dtprfs.f')
-rw-r--r--SRC/dtprfs.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dtprfs.f b/SRC/dtprfs.f
index c5d1ee82..f0ac8d38 100644
--- a/SRC/dtprfs.f
+++ b/SRC/dtprfs.f
@@ -344,7 +344,7 @@
IF( KASE.NE.0 ) THEN
IF( KASE.EQ.1 ) THEN
*
-* Multiply by diag(W)*inv(op(A)').
+* Multiply by diag(W)*inv(op(A)**T).
*
CALL DTPSV( UPLO, TRANST, DIAG, N, AP, WORK( N+1 ), 1 )
DO 220 I = 1, N