+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
/* 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) \