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