summaryrefslogtreecommitdiff
path: root/os_dep.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-01-23 07:48:48 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-01-23 13:49:54 +0400
commit357ec146f5eb64c05b498f8a8f5d2affa2462282 (patch)
tree0094c46eaa4ef53b03ba13b80fbdecae92a7719d /os_dep.c
parentccdea4cd4c73a39c62bcd98a6749d739ef1bfea4 (diff)
downloadbdwgc-357ec146f5eb64c05b498f8a8f5d2affa2462282.tar.gz
Fix a typo in a comment in os_dep.c
* os_dep.c (GC_sigbus_count): Fix a typo in a comment.
Diffstat (limited to 'os_dep.c')
-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)