aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;
87 hand, the utilities in lib-src need alloca to call malloc; some of 87 hand, the utilities in lib-src need alloca to call malloc; some of
88 them are very simple, and don't have an xmalloc routine. 88 them are very simple, and don't have an xmalloc routine.
89 89
90 Non-Emacs programs expect this to call use xmalloc. 90 Non-Emacs programs expect this to call xmalloc.
91 91
92 Callers below should use malloc. */ 92 Callers below should use malloc. */
93 93