X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fxmalloca.h;h=4a96300a091a6533b31015667fa9cdda9b49af00;hb=0a9d9877fef46e7bc0a3eff16081d37016569981;hp=286e85a86506fe70e51493da893787a43d2fae7e;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git 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) \