From 9594c893f7c5940bbd4e08044eef6ff94ef27a97 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 24 Feb 2009 23:46:39 +0000 Subject: [PATCH] rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index 0e3a2d209f..83bb74e322 100644 --- a/file.c +++ b/file.c @@ -3511,7 +3511,7 @@ rb_thread_flock(void *data) * } * * # read the counter using read lock - * File.open("testfile", "r") {|f| + * File.open("counter", "r") {|f| * f.flock(File::LOCK_SH) * p f.read * }