summaryrefslogtreecommitdiff
path: root/src/alloca.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-11-25 19:05:57 +0000
committerDave Love <fx@gnu.org>2002-11-25 19:05:57 +0000
commit8fc9df9e92fcab2322514eea4703e40e10de34a7 (patch)
treee3bd1412bcf5a86f98ab4690556cef0cb25869f5 /src/alloca.c
parentf1c231c456358d7f939b0556486ffdff3a30c85f (diff)
downloademacs-8fc9df9e92fcab2322514eea4703e40e10de34a7.tar.gz
Comment fix.
Diffstat (limited to 'src/alloca.c')
-rw-r--r--src/alloca.c2
1 files changed, 1 insertions, 1 deletions
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. */