--- rpl/lapack/lapack/dsytf2_rk.f 2018/05/29 07:18:09 1.3 +++ rpl/lapack/lapack/dsytf2_rk.f 2020/05/21 21:46:02 1.4 @@ -312,7 +312,7 @@ * * Factorize A as U*D*U**T using the upper triangle of A * -* Initilize the first entry of array E, where superdiagonal +* Initialize the first entry of array E, where superdiagonal * elements of D are stored * E( 1 ) = ZERO @@ -623,7 +623,7 @@ * * Factorize A as L*D*L**T using the lower triangle of A * -* Initilize the unused last entry of the subdiagonal array E. +* Initialize the unused last entry of the subdiagonal array E. * E( N ) = ZERO *