summaryrefslogtreecommitdiff
path: root/SRC/dptsv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dptsv.f')
-rw-r--r--SRC/dptsv.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dptsv.f b/SRC/dptsv.f
index a7e0a282..c1975f21 100644
--- a/SRC/dptsv.f
+++ b/SRC/dptsv.f
@@ -84,7 +84,7 @@
RETURN
END IF
*
-* Compute the L*D*L' (or U'*D*U) factorization of A.
+* Compute the L*D*L**T (or U**T*D*U) factorization of A.
*
CALL DPTTRF( N, D, E, INFO )
IF( INFO.EQ.0 ) THEN