summaryrefslogtreecommitdiff
path: root/BLAS/SRC/cgerc.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/cgerc.f')
-rw-r--r--BLAS/SRC/cgerc.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/cgerc.f b/BLAS/SRC/cgerc.f
index 3860871b..ffc578a1 100644
--- a/BLAS/SRC/cgerc.f
+++ b/BLAS/SRC/cgerc.f
@@ -12,7 +12,7 @@
*
* CGERC performs the rank 1 operation
*
-* A := alpha*x*conjg( y' ) + A,
+* A := alpha*x*y**H + A,
*
* where alpha is a scalar, x is an m element vector, y is an n element
* vector and A is an m by n matrix.