From 995fd6d72006c25be2adfcd996d52bc5bbd63a33 Mon Sep 17 00:00:00 2001 From: stomar Date: Tue, 7 Nov 2017 20:11:44 +0000 Subject: [PATCH] vm_dump.c: [DOC] fix grammar git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_dump.c b/vm_dump.c index fd13cfceb1..7eb888c247 100644 --- a/vm_dump.c +++ b/vm_dump.c @@ -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