# HG changeset patch # User John W. Eaton # Date 1238033144 14400 # Node ID 47152db528ff17fc87f6fe75da7c931b6e9cd7b8 # Parent 728e7943752d09ec7547169446403818db6c0eac ChangeLog fix diff -r 728e7943752d -r 47152db528ff liboctave/ChangeLog --- a/liboctave/ChangeLog Wed Mar 25 22:04:58 2009 -0400 +++ b/liboctave/ChangeLog Wed Mar 25 22:05:44 2009 -0400 @@ -2,7 +2,7 @@ * EIG.cc (EIG::init (const Matrix&, bool), EIG::init (const Matrix&, const Matrix&, bool)): - Avoid volaatile declaration for tmp variable. + Avoid volatile declaration for tmp variable. * Makefile.in (MATRIX_INC): Add Sparse-diag-op-defs.h and Sparse-perm-op-defs.h to the list.