From 8fc9df9e92fcab2322514eea4703e40e10de34a7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 25 Nov 2002 19:05:57 +0000 Subject: [PATCH] Comment fix. --- src/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2