diff options
author | Dave Love <fx@gnu.org> | 2002-11-25 19:05:57 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-25 19:05:57 +0000 |
commit | 8fc9df9e92fcab2322514eea4703e40e10de34a7 (patch) | |
tree | e3bd1412bcf5a86f98ab4690556cef0cb25869f5 /src/alloca.c | |
parent | f1c231c456358d7f939b0556486ffdff3a30c85f (diff) | |
download | emacs-8fc9df9e92fcab2322514eea4703e40e10de34a7.tar.gz |
Comment fix.
Diffstat (limited to 'src/alloca.c')
-rw-r--r-- | src/alloca.c | 2 |
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. */ |