summaryrefslogtreecommitdiff
path: root/SRC/zsyr.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zsyr.f')
-rw-r--r--SRC/zsyr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zsyr.f b/SRC/zsyr.f
index f5cff24b..383979ee 100644
--- a/SRC/zsyr.f
+++ b/SRC/zsyr.f
@@ -19,7 +19,7 @@
*
* ZSYR performs the symmetric rank 1 operation
*
-* A := alpha*x*( 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.