diff options
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |