From 32fe1ecdbc263d04cf6fff9edb99a6f9b7616d89 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 29 Dec 2007 14:52:32 +0000 Subject: comment modified. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 10e8cb9dd6..a5a5f93743 100644 --- a/io.c +++ b/io.c @@ -545,7 +545,7 @@ io_fflush(rb_io_t *fptr) l = PIPE_BUF; } r = rb_write_internal(fptr->fd, fptr->wbuf+wbuf_off, l); - /* xxx: Other threads modified wbuf in non-append operation. + /* xxx: Other threads may modify wbuf. * A lock is required, definitely. */ rb_io_check_closed(fptr); if (fptr->wbuf_len <= r) { -- cgit v1.2.3