summaryrefslogtreecommitdiff
path: root/BLAS/SRC/sspr2.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/sspr2.f')
-rw-r--r--BLAS/SRC/sspr2.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/sspr2.f b/BLAS/SRC/sspr2.f
index cd27c734..51831071 100644
--- a/BLAS/SRC/sspr2.f
+++ b/BLAS/SRC/sspr2.f
@@ -13,7 +13,7 @@
*
* SSPR2 performs the symmetric rank 2 operation
*
-* A := alpha*x*y' + alpha*y*x' + A,
+* A := alpha*x*y**T + alpha*y*x**T + A,
*
* where alpha is a scalar, x and y are n element vectors and A is an
* n by n symmetric matrix, supplied in packed form.