--- rpl/lapack/lapack/zlatdf.f 2018/05/29 07:18:30 1.18 +++ rpl/lapack/lapack/zlatdf.f 2020/05/21 21:46:09 1.19 @@ -261,7 +261,7 @@ * * Solve for U- part, lockahead for RHS(N) = +-1. This is not done * In BSOLVE and will hopefully give us a better estimate because -* any ill-conditioning of the original matrix is transfered to U +* any ill-conditioning of the original matrix is transferred to U * and not to L. U(N, N) is an approximation to sigma_min(LU). * CALL ZCOPY( N-1, RHS, 1, WORK, 1 )