summaryrefslogtreecommitdiff
path: root/SRC/zspsvx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zspsvx.f')
-rw-r--r--SRC/zspsvx.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zspsvx.f b/SRC/zspsvx.f
index 4289a488..6505d51f 100644
--- a/SRC/zspsvx.f
+++ b/SRC/zspsvx.f
@@ -234,7 +234,7 @@
*
IF( NOFACT ) THEN
*
-* 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 ZCOPY( N*( N+1 ) / 2, AP, 1, AFP, 1 )
CALL ZSPTRF( UPLO, N, AFP, IPIV, INFO )