From 10e7c6bf2fbd10d057efbefee78f03370ddcac02 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 8 Oct 2007 18:56:32 -0700 Subject: [PATCH] Fix typo in comment. --- ChangeLog | 4 ++++ lib/xmalloca.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8c5a9ec3..e3f236ce3 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 286e85a86..4a96300a0 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) \ -- 2.11.0