From 2fb01bc0d145f133f0c5da468b6f378787261020 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 24 Sep 2008 12:23:52 +0000 Subject: comment changed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/io.h b/include/ruby/io.h index c8c5d7ad5b..5a8687ab69 100644 --- a/include/ruby/io.h +++ b/include/ruby/io.h @@ -30,10 +30,10 @@ extern "C" { typedef struct rb_io_t { int fd; /* file descriptor */ FILE *stdio_file; /* stdio ptr for read/write if available */ - int mode; /* mode flags */ + int mode; /* mode flags: FMODE_XXXs */ rb_pid_t pid; /* child's pid (for pipes) */ int lineno; /* number of lines read */ - VALUE pathv; /* pathname for file */ + VALUE pathv; /* pathname for file */ void (*finalize)(struct rb_io_t*,int); /* finalize proc */ char *wbuf; /* wbuf_off + wbuf_len <= wbuf_capa */ -- cgit v1.2.3