summaryrefslogtreecommitdiffstats
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
commit74de89cd0d71a9a753a7cca4d4ff37351f51a3e1 (patch)
tree9635d9a18bcf0faaf9cf6d159c7d11da37ee6c38
parentb5d7ee1228795b74fafe6efe5c963ee35a1e9e5f (diff)
* file.c (rb_f_test): typo in RDoc comments.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--file.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ec0b3794..2db43e739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Oct 12 11:08:54 2005 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * file.c (rb_f_test): typo in RDoc comments.
+
Tue Oct 11 21:41:58 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute form
diff --git a/file.c b/file.c
index 0c9406344..888a75725 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