summaryrefslogtreecommitdiff
path: root/src/alloc-override-osx.c
diff options
context:
space:
mode:
authorDaan <daan@microsoft.com>2019-06-22 08:20:07 -0700
committerGitHub <noreply@github.com>2019-06-22 08:20:07 -0700
commit8ba50d63f280b92d24100a5942979f83295e0c5c (patch)
tree4f848db1a3963163bd1228248234a649f0ab1981 /src/alloc-override-osx.c
parent6208e51415afb0f0336f7b231b55db7adddf49ab (diff)
parentdef97b0fd14dbdabad5a8c1a9e4ac56ee5bd51bb (diff)
Merge pull request #1 from chosungmann/fix-spelling-errors
Fix spelling errors
Diffstat (limited to 'src/alloc-override-osx.c')
-rw-r--r--src/alloc-override-osx.c2
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();
}