Fix a typo in a comment in os_dep.c
authorIvan Maidanski <ivmai@mail.ru>
Mon, 23 Jan 2012 03:48:48 +0000 (07:48 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 23 Jan 2012 09:49:54 +0000 (13:49 +0400)
* os_dep.c (GC_sigbus_count): Fix a typo in a comment.

os_dep.c

index 3b9fa39..3850b16 100644 (file)
--- 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)