summaryrefslogtreecommitdiff
path: root/SRC/dsysv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dsysv.f')
-rw-r--r--SRC/dsysv.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsysv.f b/SRC/dsysv.f
index 65ba671c..5979f38b 100644
--- a/SRC/dsysv.f
+++ b/SRC/dsysv.f
@@ -158,7 +158,7 @@
RETURN
END IF
*
-* Compute the factorization A = U*D*U' or A = L*D*L'.
+* Compute the factorization A = U*D*U**T or A = L*D*L**T.
*
CALL DSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
IF( INFO.EQ.0 ) THEN