diff options
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(); } |