From: Dave Love Date: Mon, 25 Nov 2002 19:05:57 +0000 (+0000) Subject: Comment fix. X-Git-Tag: ttn-vms-21-2-B4~12273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fc9df9e92fcab2322514eea4703e40e10de34a7;p=emacs.git Comment fix. --- diff --git a/src/alloca.c b/src/alloca.c index 78704e5dc93..5147d333cdf 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -87,7 +87,7 @@ typedef char *pointer; 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. */