aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/process.c b/process.c
index 4661da205e..fa5de27273 100644
--- a/process.c
+++ b/process.c
@@ -547,7 +547,6 @@ rb_last_status_clear(void)
/*
* call-seq:
* stat.to_i -> integer
- * stat.to_int -> integer
*
* Returns the bits in _stat_ as a Integer. Poking
* around in these bits is platform dependent.