aboutsummaryrefslogtreecommitdiff
path: root/SRC/clalsd.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/clalsd.f')
-rw-r--r--SRC/clalsd.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/clalsd.f b/SRC/clalsd.f
index a670b0c1..da84ca19 100644
--- a/SRC/clalsd.f
+++ b/SRC/clalsd.f
@@ -243,7 +243,7 @@
END IF
*
* In the real version, B is passed to SLASDQ and multiplied
-* internally by Q'. Here B is complex and that product is
+* internally by Q**H. Here B is complex and that product is
* computed below in two steps (real and imaginary parts).
*
J = IRWB - 1
@@ -427,7 +427,7 @@
END IF
*
* In the real version, B is passed to SLASDQ and multiplied
-* internally by Q'. Here B is complex and that product is
+* internally by Q**H. Here B is complex and that product is
* computed below in two steps (real and imaginary parts).
*
J = IRWB - 1