summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os_dep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os_dep.c b/os_dep.c
index 3b9fa397..3850b16d 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)