Mercurial > emacs
diff src/alloca.c @ 48539:8fa658f7a17a
Comment fix.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Mon, 25 Nov 2002 19:05:57 +0000 |
| parents | fa7ad139efa1 |
| children | 88902727534a |
line wrap: on
line diff
--- 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. */
