Mercurial > hg > octave-kai > gnulib-hg
changeset 13246:89fadace6a88
Fix typo in comment.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 20 Apr 2010 00:02:14 +0200 |
parents | 46c3f440d469 |
children | ea201756cdab |
files | ChangeLog lib/diffseq.h |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-19 Bruno Haible <bruno@clisp.org> + + * lib/diffseq.h: Fix typo in comment. + Reported by Eric Blake. + 2010-04-19 Bruno Haible <bruno@clisp.org> ioctl: Move autoconf macro to a .m4 file.
--- a/lib/diffseq.h +++ b/lib/diffseq.h @@ -53,7 +53,7 @@ early abort of the computation. USE_HEURISTIC (Optional) Define if you want to support the heuristic for large vectors. - It is also possible to you this file with abstract arrays. In this case, + It is also possible to use this file with abstract arrays. In this case, xvec and yvec are not represented in memory. They only exist conceptually. In this case, the list of defines above is amended as follows: ELEMENT Undefined.