Mercurial > hg > octave-nkf
diff liboctave/mx-kludge.cc @ 459:bb6b67c48a34
[project @ 1994-06-06 00:42:58 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jun 1994 00:42:58 +0000 |
parents | c39c7680209b |
children | 18933dbd5e43 |
line wrap: on
line diff
--- a/liboctave/mx-kludge.cc +++ b/liboctave/mx-kludge.cc @@ -24,7 +24,7 @@ // Nothing like a little CPP abuse to brighten everyone's day. Would // have been nice to do this with template functions but as of 2.5.x, // g++ seems to fail in various ways, either not resolving general -// template functions, or not instatiating non-member template +// template functions, or not instantiating non-member template // functions. // // When templates work more reliably in g++, this will be replaced by