Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 9 Oct 2007 01:56:32 +0000 (18:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 9 Oct 2007 01:56:32 +0000 (18:56 -0700)
ChangeLog
lib/xmalloca.h

index a8c5a9e..e3f236c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-08  Ben Pfaff  <blp@gnu.org>
+
+       * lib/xmalloca.h: Fix typo in comment.
+
 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
index 286e85a..4a96300 100644 (file)
@@ -27,7 +27,7 @@ extern "C" {
 
 
 /* xmalloca(N) is a checking safe variant of alloca(N).  It allocates N bytes
-   of memory allocated on the stack, that must be freed using freesa() before
+   of memory allocated on the stack, that must be freed using freea() before
    the function returns.  Upon failure, it exits with an error message.  */
 #if HAVE_ALLOCA
 # define xmalloca(N) \