From: Ben Pfaff Date: Tue, 9 Oct 2007 01:56:32 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e7c6bf2fbd10d057efbefee78f03370ddcac02;p=pspp Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index a8c5a9ec34..e3f236ce39 100644 --- 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 index 286e85a865..4a96300a09 100644 --- a/lib/xmalloca.h +++ b/lib/xmalloca.h @@ -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) \