ruby-changes:28148
From: hsbt <ko1@a...>
Date: Tue, 9 Apr 2013 09:24:32 +0900 (JST)
Subject: [ruby-changes:28148] hsbt:r40200 (trunk): Fixed comment typo by @qqshfox [fix GH-279]
hsbt 2013-04-09 09:24:24 +0900 (Tue, 09 Apr 2013) New Revision: 40200 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40200 Log: Fixed comment typo by @qqshfox [fix GH-279] Modified files: trunk/signal.c Index: signal.c =================================================================== --- signal.c (revision 40199) +++ signal.c (revision 40200) @@ -629,7 +629,7 @@ sigbus(int sig SIGINFO_ARG) https://github.com/ruby/ruby/blob/trunk/signal.c#L629 { /* * 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__ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/