--- rpl/lapack/lapack/zlalsa.f 2010/01/26 15:22:46 1.1 +++ rpl/lapack/lapack/zlalsa.f 2011/07/22 07:38:17 1.9 @@ -79,7 +79,7 @@ * POLES, GIVNUM, and Z. * * VT (input) DOUBLE PRECISION array, dimension ( LDU, SMLSIZ+1 ). -* On entry, VT' contains the right singular vector matrices of +* On entry, VT**H contains the right singular vector matrices of * all subproblems at the bottom level. * * K (input) INTEGER array, dimension ( N ). @@ -137,7 +137,7 @@ * the right null space of the I-th subproblem. * * RWORK (workspace) DOUBLE PRECISION array, dimension at least -* max ( N, (SMLSZ+1)*NRHS*3 ). +* MAX( (SMLSZ+1)*NRHS*3, N*(1+NRHS) + 2*NRHS ). * * IWORK (workspace) INTEGER array. * The dimension must be at least 3 * N