]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix.
authorDave Love <fx@gnu.org>
Mon, 25 Nov 2002 19:05:57 +0000 (19:05 +0000)
committerDave Love <fx@gnu.org>
Mon, 25 Nov 2002 19:05:57 +0000 (19:05 +0000)
src/alloca.c

index 78704e5dc93cd9cabf42ddae721183fe25454c49..5147d333cdf635573486a26b2963f1e6b633ec58 100644 (file)
@@ -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.  */