--- rpl/lapack/lapack/zlatdf.f 2017/06/17 10:54:23 1.16 +++ 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 )