diff --git a/process.c b/process.c index ae627ea5a0..fa4f0202b3 100644 --- a/process.c +++ b/process.c @@ -3864,7 +3864,7 @@ rb_f_exit(int argc, const VALUE *argv) * call-seq: * abort * Kernel::abort([msg]) - * Process::abort([msg]) + * Process.abort([msg]) * * Terminate execution immediately, effectively by calling * Kernel.exit(false). If _msg_ is given, it is written