diff options
author | Sungmann Cho <sungmann.cho@gmail.com> | 2019-06-23 00:09:11 +0900 |
---|---|---|
committer | Sungmann Cho <sungmann.cho@gmail.com> | 2019-06-23 00:09:11 +0900 |
commit | def97b0fd14dbdabad5a8c1a9e4ac56ee5bd51bb (patch) | |
tree | 4f848db1a3963163bd1228248234a649f0ab1981 /src/alloc-override-osx.c | |
parent | 6208e51415afb0f0336f7b231b55db7adddf49ab (diff) |
Fix spelling errors
aligment -> alignment
purgable -> purgeable
thead -> thread
Diffstat (limited to 'src/alloc-override-osx.c')
-rw-r--r-- | src/alloc-override-osx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc-override-osx.c b/src/alloc-override-osx.c index 31fdc32..83211d3 100644 --- a/src/alloc-override-osx.c +++ b/src/alloc-override-osx.c @@ -201,7 +201,7 @@ static void __attribute__((constructor)) _mi_macosx_override_malloc() zone.pressure_relief = &zone_pressure_relief; intro.zone_locked = &intro_zone_locked; - // force the purgable zone to exist to avoid strange bugs + // force the purgeable zone to exist to avoid strange bugs if (malloc_default_purgeable_zone) { purgeable_zone = malloc_default_purgeable_zone(); } |