summaryrefslogtreecommitdiff
path: root/SRC/clalsd.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/clalsd.f')
-rw-r--r--SRC/clalsd.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/clalsd.f b/SRC/clalsd.f
index da84ca19..98812577 100644
--- a/SRC/clalsd.f
+++ b/SRC/clalsd.f
@@ -287,7 +287,7 @@
*
* Since B is complex, the following call to SGEMM is performed
* in two steps (real and imaginary parts). That is for V * B
-* (in the real version of the code V' is stored in WORK).
+* (in the real version of the code V**H is stored in WORK).
*
* CALL SGEMM( 'T', 'N', N, NRHS, N, ONE, WORK, N, B, LDB, ZERO,
* $ WORK( NWORK ), N )