summaryrefslogtreecommitdiff
path: root/SRC/zspr.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zspr.f')
-rw-r--r--SRC/zspr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zspr.f b/SRC/zspr.f
index 2d8add95..154a5d76 100644
--- a/SRC/zspr.f
+++ b/SRC/zspr.f
@@ -19,7 +19,7 @@
*
* ZSPR performs the symmetric rank 1 operation
*
-* A := alpha*x*conjg( x' ) + A,
+* A := alpha*x*x**H + A,
*
* where alpha is a complex scalar, x is an n element vector and A is an
* n by n symmetric matrix, supplied in packed form.