[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: typo in xmalloca.h?
From: |
Bruno Haible |
Subject: |
Re: typo in xmalloca.h? |
Date: |
Mon, 8 Oct 2007 09:19:31 +0200 |
User-agent: |
KMail/1.5.4 |
Ben Pfaff wrote:
> I think there is a very small typo in xmalloca.h:
>
> /* 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. */
It's a leftover from the renaming done on 2007-06-09. Feel free to check it in.
Thanks!
Bruno