summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-25 08:55:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-25 08:55:54 +0000
commit6b04f0093a029be0372c3f35514ef27cbcc6083f (patch)
treec8bdcb2dfac9d00fb8c9f7a127eb4af134e2ff71 /file.c
parent6100675d8ff7dd99ada04d9cc19a96077b901664 (diff)
* file.c: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index fdc06184ec..f1128db3fc 100644
--- a/file.c
+++ b/file.c
@@ -4572,7 +4572,6 @@ define_filetest_function(name, func, argc)
* file:
*
* The permission bits <code>0644</code> (in octal) would thus be
- intern_path(str);
* interpreted as read/write for owner, and read-only for group and
* other. Higher-order bits may also be used to indicate the type of
* file (plain, directory, pipe, socket, and so on) and various other