# HG changeset patch # User Dave Love # Date 1038251157 0 # Node ID 8fa658f7a17a0b4b36d2381ea96c39ccb36c64b5 # Parent 6191ee17e66a3e639540832feea420411af53836 Comment fix. diff -r 6191ee17e66a -r 8fa658f7a17a src/alloca.c --- a/src/alloca.c Mon Nov 25 16:24:23 2002 +0000 +++ b/src/alloca.c Mon Nov 25 19:05:57 2002 +0000 @@ -87,7 +87,7 @@ hand, the utilities in lib-src need alloca to call malloc; some of them are very simple, and don't have an xmalloc routine. - Non-Emacs programs expect this to call use xmalloc. + Non-Emacs programs expect this to call xmalloc. Callers below should use malloc. */