]> granicus.if.org Git - gc/commitdiff
Fix typo in GET_MEM comment
authorIvan Maidanski <ivmai@mail.ru>
Fri, 16 Dec 2016 21:21:21 +0000 (00:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 16:43:06 +0000 (19:43 +0300)
* include/private/gcconfig.h (GET_MEM): Fix typo in comment (HBLKSIZE).

include/private/gcconfig.h

index 8b26ae27d7ad601271e2cbf191cba6a45cf5eded..9ec034a7360aa722f3c882f00951953ae52f17b4 100644 (file)
         /* 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.                          */