# HG changeset patch # User Ben Pfaff # Date 1191894992 25200 # Node ID 18c67ec54b59e76acb11c7770ec594d0bcecb4bb # Parent f7ffc7248a3f2cb05c31e47c006bf61de6e8b141 Fix typo in comment. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-08 Ben Pfaff + + * lib/xmalloca.h: Fix typo in comment. + 2007-10-08 Paul Eggert * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior diff --git a/lib/xmalloca.h b/lib/xmalloca.h --- a/lib/xmalloca.h +++ b/lib/xmalloca.h @@ -27,7 +27,7 @@ /* 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) \