summaryrefslogtreecommitdiff
path: root/SRC/ctfsm.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ctfsm.f')
-rw-r--r--SRC/ctfsm.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/ctfsm.f b/SRC/ctfsm.f
index 9934b6c6..841e1173 100644
--- a/SRC/ctfsm.f
+++ b/SRC/ctfsm.f
@@ -31,7 +31,7 @@
* where alpha is a scalar, X and B are m by n matrices, A is a unit, or
* non-unit, upper or lower triangular matrix and op( A ) is one of
*
-* op( A ) = A or op( A ) = conjg( A' ).
+* op( A ) = A or op( A ) = A**H.
*
* A is in Rectangular Full Packed (RFP) Format.
*