From: Ivan Maidanski Date: Fri, 16 Dec 2016 21:21:21 +0000 (+0300) Subject: Fix typo in GET_MEM comment X-Git-Tag: v7.4.6~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=493a385b0eaa4d8b37aa50c277b67d3d39b36762;p=gc Fix typo in GET_MEM comment * include/private/gcconfig.h (GET_MEM): Fix typo in comment (HBLKSIZE). --- diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index b25e03c0..f01b241f 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -2944,7 +2944,7 @@ /* chunks. It also avoids unintended recursion with */ /* REDIRECT_MALLOC macro defined. */ /* GET_MEM() argument should be of size_t type and have */ - /* no side-effect. GET_MEM() returns HLKSIZE-aligned chunk; */ + /* no side-effect. GET_MEM() returns HBLKSIZE-aligned chunk; */ /* 0 is taken to mean failure. */ /* In case of MMAP_SUPPORTED, the argument must also be */ /* a multiple of a physical page size. */