summaryrefslogtreecommitdiff
path: root/SRC/dporfs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dporfs.f')
-rw-r--r--SRC/dporfs.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dporfs.f b/SRC/dporfs.f
index cf2cb7e5..de8df341 100644
--- a/SRC/dporfs.f
+++ b/SRC/dporfs.f
@@ -296,7 +296,7 @@
IF( KASE.NE.0 ) THEN
IF( KASE.EQ.1 ) THEN
*
-* Multiply by diag(W)*inv(A').
+* Multiply by diag(W)*inv(A**T).
*
CALL DPOTRS( UPLO, N, 1, AF, LDAF, WORK( N+1 ), N, INFO )
DO 110 I = 1, N