summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 9e36a10386..53452526bd 100644
--- a/file.c
+++ b/file.c
@@ -187,7 +187,7 @@ get_stat(self)
/*
* call-seq:
- * stat <=> other_stat => -1, 0, 1
+ * stat <=> other_stat => -1, 0, +1 or nil
*
* Compares <code>File::Stat</code> objects by comparing their
* respective modification times.