summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
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
* <code>Kernel.exit(false)</code>. If _msg_ is given, it is written