From 357ec146f5eb64c05b498f8a8f5d2affa2462282 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 23 Jan 2012 07:48:48 +0400 Subject: [PATCH] Fix a typo in a comment in os_dep.c * os_dep.c (GC_sigbus_count): Fix a typo in a comment. --- os_dep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os_dep.c b/os_dep.c index 3b9fa39..3850b16 100644 --- a/os_dep.c +++ b/os_dep.c @@ -4071,8 +4071,8 @@ STATIC void *GC_mprotect_thread(void *arg) meaningless and safe to ignore. */ #ifdef BROKEN_EXCEPTION_HANDLING - /* Updates to this aren't atomic, but the SIGBUSs seem pretty rare. */ - /* Even if this doesn't get updated property, it isn't really a proble. */ + /* Updates to this aren't atomic, but the SIGBUS'es seem pretty rare. */ + /* Even if this doesn't get updated property, it isn't really a problem. */ STATIC int GC_sigbus_count = 0; STATIC void GC_darwin_sigbus(int num, siginfo_t *sip, void *context) -- 2.7.4