summaryrefslogtreecommitdiff
path: root/BLAS/SRC/cgeru.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/cgeru.f')
-rw-r--r--BLAS/SRC/cgeru.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/cgeru.f b/BLAS/SRC/cgeru.f
index f9715b6b..712aba2a 100644
--- a/BLAS/SRC/cgeru.f
+++ b/BLAS/SRC/cgeru.f
@@ -12,7 +12,7 @@
*
* CGERU performs the rank 1 operation
*
-* A := alpha*x*y' + A,
+* A := alpha*x*y**T + 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.