summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-12 02:26:52 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-12 02:26:52 +0000
commit043bab4b368f6c61e035b0f5dff870cbf2951915 (patch)
tree214c85cd191907d0ca182f00bb16ebe8cf2b2680
parent4060f8e18f5afb45bbaedc8d5ead589e439e6f79 (diff)
downloadruby-043bab4b368f6c61e035b0f5dff870cbf2951915.tar.gz
ruby-043bab4b368f6c61e035b0f5dff870cbf2951915.tar.xz
ruby-043bab4b368f6c61e035b0f5dff870cbf2951915.zip
* file.c (rb_f_test): typos in RDoc comments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index 888a75725..d7a8d07cc 100644
--- a/file.c
+++ b/file.c
@@ -3023,9 +3023,9 @@ test_check(int n, int argc, VALUE *argv)
* ?G | boolean | True if file1 exists and has a group
* | | ownership equal to the caller's group
* ?k | boolean | True if file1 exists and has the sticky bit set
- * ?l | boolean | True if files exists and is a symbolic link
+ * ?l | boolean | True if file1 exists and is a symbolic link
* ?M | Time | Last modification time for file1
- * ?o | boolean | True if files exists and is owned by
+ * ?o | boolean | True if file1 exists and is owned by
* | | the caller's effective uid
* ?O | boolean | True if file1 exists and is owned by
* | | the caller's real uid
@@ -3034,7 +3034,7 @@ test_check(int n, int argc, VALUE *argv)
* | | uid/gid of the caller
* ?R | boolean | True if file is readable by the real
* | | uid/gid of the caller
- * ?s | int/nil | If files has nonzero size, return the size,
+ * ?s | int/nil | If file1 has nonzero size, return the size,
* | | otherwise return nil
* ?S | boolean | True if file1 exists and is a socket
* ?u | boolean | True if file1 has the setuid bit set