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