From 243636b6a182b96e3e9dd50b7baaf2f95a4732d8 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Sun, 23 Jun 2019 15:38:52 +0800 Subject: [PATCH] Fix typo in comment --- src/alloc-override-osx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc-override-osx.c b/src/alloc-override-osx.c index 7e263981..01435ebe 100644 --- a/src/alloc-override-osx.c +++ b/src/alloc-override-osx.c @@ -194,7 +194,7 @@ static void __attribute__((constructor)) _mi_macosx_override_malloc() #if defined(MAC_OS_X_VERSION_10_6) && \ MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 - // rwitch to version 9 on OSX 10.6 to support memalign. + // switch to version 9 on OSX 10.6 to support memalign. zone.version = 9; zone.memalign = &zone_memalign; zone.free_definite_size = &zone_free_definite_size;