summaryrefslogtreecommitdiff
path: root/BLAS/SRC/dspr.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/dspr.f')
-rw-r--r--BLAS/SRC/dspr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/dspr.f b/BLAS/SRC/dspr.f
index 538e4f76..64567fc7 100644
--- a/BLAS/SRC/dspr.f
+++ b/BLAS/SRC/dspr.f
@@ -13,7 +13,7 @@
*
* DSPR performs the symmetric rank 1 operation
*
-* A := alpha*x*x' + A,
+* A := alpha*x*x**T + A,
*
* where alpha is a real scalar, x is an n element vector and A is an
* n by n symmetric matrix, supplied in packed form.