summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-12 02:14:50 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-12 02:14:50 +0000
commitfea2b2378f9ab9ee63b781e7f6127d225a1ecf54 (patch)
tree9635d9a18bcf0faaf9cf6d159c7d11da37ee6c38 /file.c
parentcc2334bd7bdeae8e91397576020d397a3d04af5f (diff)
* file.c (rb_f_test): typo in RDoc comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9378 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 0c94063443..888a757251 100644
--- a/file.c
+++ b/file.c
@@ -3018,7 +3018,7 @@ test_check(int n, int argc, VALUE *argv)
* ?d | boolean | True if file1 exists and is a directory
* ?e | boolean | True if file1 exists
* ?f | boolean | True if file1 exists and is a regular file
- * ?g | boolean | True if files has the \CF{setgid} bit
+ * ?g | boolean | True if file1 has the \CF{setgid} bit
* | | set (false under NT)
* ?G | boolean | True if file1 exists and has a group
* | | ownership equal to the caller's group