Mercurial > emacs
changeset 48539:8fa658f7a17a
Comment fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 25 Nov 2002 19:05:57 +0000 |
parents | 6191ee17e66a |
children | 283a6d8bdf2b |
files | src/alloca.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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. */