diff options
Diffstat (limited to 'BLAS/SRC/ctrmv.f')
-rw-r--r-- | BLAS/SRC/ctrmv.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS/SRC/ctrmv.f b/BLAS/SRC/ctrmv.f index f2bfbc2e..fb4cd128 100644 --- a/BLAS/SRC/ctrmv.f +++ b/BLAS/SRC/ctrmv.f @@ -107,7 +107,7 @@ *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. On exit, X is overwritten with the -*> tranformed vector x. +*> transformed vector x. *> \endverbatim *> *> \param[in] INCX |