summaryrefslogtreecommitdiff
path: root/BLAS/SRC/scnrm2.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/scnrm2.f')
-rw-r--r--BLAS/SRC/scnrm2.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/scnrm2.f b/BLAS/SRC/scnrm2.f
index f8288026..1738c315 100644
--- a/BLAS/SRC/scnrm2.f
+++ b/BLAS/SRC/scnrm2.f
@@ -12,7 +12,7 @@
* SCNRM2 returns the euclidean norm of a vector via the function
* name, so that
*
-* SCNRM2 := sqrt( conjg( x' )*x )
+* SCNRM2 := sqrt( x**H*x )
*
* Further Details
* ===============