From 0fda6c9476cfabbca7c0814a3b75757c0a833eeb Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 17 Dec 2016 00:21:21 +0300 Subject: [PATCH] Fix typo in GET_MEM comment * include/private/gcconfig.h (GET_MEM): Fix typo in comment (HBLKSIZE). --- include/private/gcconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 8b26ae27..9ec034a7 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -3194,7 +3194,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. */ -- 2.40.0