mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
fc7c2faab3
commit
66aa6aa500
1 changed files with 1 additions and 1 deletions
2
signal.c
2
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__
|
||||
|
|
Loading…
Add table
Reference in a new issue