summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-09 17:33:47 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-09 17:33:47 +0000
commite030b4ee791a082c137f2bf55749c5105fecbcb7 (patch)
treebd0c86303cde52b76ad8b040d1a80fae389c8dbc /file.c
parent363e189a9685c7b3fde35ad1ce14a44ad2267e87 (diff)
* array.c: rdoc clarification for <=>
* file.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 1aee9b9b75..8e9951db7d 100644
--- a/file.c
+++ b/file.c
@@ -401,7 +401,7 @@ static struct timespec stat_mtimespec(struct stat *st);
* Compares File::Stat objects by comparing their respective modification
* times.
*
- * +nil+ is returned if the two values are incomparable.
+ * +nil+ is returned if +other_stat+ is not a File::Stat object
*
* f1 = File.new("f1", "w")
* sleep 1