Fix spelling errors

aligment -> alignment
purgable -> purgeable
thead -> thread
This commit is contained in:
Sungmann Cho 2019-06-23 00:09:11 +09:00
parent 6208e51415
commit def97b0fd1
4 changed files with 6 additions and 6 deletions

View file

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