--- rpl/lapack/blas/dspr2.f 2010/12/21 13:51:25 1.6 +++ rpl/lapack/blas/dspr2.f 2011/07/22 07:38:01 1.7 @@ -13,7 +13,7 @@ * * DSPR2 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.