From 10e7c6bf2fbd10d057efbefee78f03370ddcac02 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@cs.stanford.edu>
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 a8c5a9ec34..e3f236ce39 100644
--- 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
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) \
-- 
2.30.2