--- rpl/lapack/lapack/zspr.f 2010/01/26 15:22:46 1.1.1.1 +++ 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.