--- rpl/lapack/lapack/zspr.f 2010/12/21 13:53:55 1.7 +++ rpl/lapack/lapack/zspr.f 2011/07/22 07:38:20 1.8 @@ -19,7 +19,7 @@ * * ZSPR performs the symmetric rank 1 operation * -* A := alpha*x*conjg( x' ) + A, +* A := alpha*x*x**H + A, * * where alpha is a complex scalar, x is an n element vector and A is an * n by n symmetric matrix, supplied in packed form.