--- rpl/lapack/lapack/dsbevd.f 2012/08/22 09:48:24 1.10 +++ rpl/lapack/lapack/dsbevd.f 2012/12/14 12:30:27 1.11 @@ -156,7 +156,7 @@ *> \param[in] LIWORK *> \verbatim *> LIWORK is INTEGER -*> The dimension of the array LIWORK. +*> The dimension of the array IWORK. *> If JOBZ = 'N' or N <= 1, LIWORK must be at least 1. *> If JOBZ = 'V' and N > 2, LIWORK must be at least 3 + 5*N. *>