summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2001-11-13 15:41:18 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2001-11-13 15:41:18 +0000
commit36d635bb284bff4a11daae28ef0e861479be9478 (patch)
treeb5dfff8e2eac946808db7b5e4fe06ae90f4d251c
parent48d41c5c0a8fabd3ebcf67dca03ce495b1b5b4b8 (diff)
downloadocaml-36d635bb284bff4a11daae28ef0e861479be9478.tar.gz
Correction commentaire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4006 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--byterun/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/io.h b/byterun/io.h
index b5877cea6d..a7660f7a17 100644
--- a/byterun/io.h
+++ b/byterun/io.h
@@ -35,7 +35,7 @@ struct channel {
struct channel * next; /* Linear chaining of channels (flush_all) */
int revealed; /* For Cash only */
int old_revealed; /* For Cash only */
- int refcount; /* For Cash only */
+ int refcount; /* For flush_all and for Cash */
char buff[IO_BUFFER_SIZE]; /* The buffer itself */
};