Skip to content

Commit

Permalink
Fix typo in GET_MEM comment
Browse files Browse the repository at this point in the history
* include/private/gcconfig.h (GET_MEM): Fix typo in comment (HBLKSIZE).
  • Loading branch information
ivmai committed Feb 6, 2017
1 parent 6d6663e commit 0fda6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/private/gcconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 0fda6c9

Please sign in to comment.