mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm_dump.c: [DOC] fix grammar
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3262f4910f
commit
995fd6d720
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ darwin_sigtramp:
|
|||
unw_set_reg(&cursor, UNW_X86_64_R15, uctx->uc_mcontext->__ss.__r15);
|
||||
ip = uctx->uc_mcontext->__ss.__rip;
|
||||
|
||||
/* There're 4 cases for SEGV:
|
||||
/* There are 4 cases for SEGV:
|
||||
* (1) called invalid address
|
||||
* (2) read or write invalid address
|
||||
* (3) received signal
|
||||
|
|
Loading…
Reference in a new issue