summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/process.c b/process.c
index daf3456bfd..4159f1e210 100644
--- a/process.c
+++ b/process.c
@@ -4365,7 +4365,8 @@ NORETURN(static VALUE f_abort(int c, const VALUE *a, VALUE _));
*
* Terminate execution immediately, effectively by calling
* <code>Kernel.exit(false)</code>. If _msg_ is given, it is written
- * to STDERR prior to terminating.
+ * to STDERR prior to terminating. Otherwise, if an exception was raised,
+ * print its message and backtrace.
*/
static VALUE