summaryrefslogtreecommitdiff
path: root/SRC/cpotri.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cpotri.f')
-rw-r--r--SRC/cpotri.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/cpotri.f b/SRC/cpotri.f
index 041b0802..1d8ff3b7 100644
--- a/SRC/cpotri.f
+++ b/SRC/cpotri.f
@@ -86,7 +86,7 @@
IF( INFO.GT.0 )
$ RETURN
*
-* Form inv(U)*inv(U)' or inv(L)'*inv(L).
+* Form inv(U) * inv(U)**H or inv(L)**H * inv(L).
*
CALL CLAUUM( UPLO, N, A, LDA, INFO )
*