aboutsummaryrefslogtreecommitdiffstats
path: root/signal.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-09 00:24:24 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-09 00:24:24 +0000
commit66aa6aa500a8f146a79cea51b8ebb854f8b1b74e (patch)
tree2954810981736ec1bcbb21283595ac596adc872a /signal.c
parentfc7c2faab331f570239dc8b782150791b434113a (diff)
downloadruby-66aa6aa500a8f146a79cea51b8ebb854f8b1b74e.tar.gz
Fixed comment typo by @qqshfox [fix GH-279]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signal.c b/signal.c
index 6f6b5452a9..700bd6028a 100644
--- a/signal.c
+++ b/signal.c
@@ -629,7 +629,7 @@ sigbus(int sig SIGINFO_ARG)
{
/*
* Mac OS X makes KERN_PROTECTION_FAILURE when thread touch guard page.
- * and it's delivered as SIGBUS instaed of SIGSEGV to userland. It's crazy
+ * and it's delivered as SIGBUS instead of SIGSEGV to userland. It's crazy
* wrong IMHO. but anyway we have to care it. Sigh.
*/
#if defined __APPLE__