summaryrefslogtreecommitdiff
path: root/SRC/ssysv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ssysv.f')
-rw-r--r--SRC/ssysv.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/ssysv.f b/SRC/ssysv.f
index 9743dd8a..fdaa147f 100644
--- a/SRC/ssysv.f
+++ b/SRC/ssysv.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 SSYTRF( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
IF( INFO.EQ.0 ) THEN