[project @ 2000-04-14 16:26:53 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / fileObject.h
index df97061..def099d 100644 (file)
@@ -29,7 +29,8 @@ typedef struct _IOFileObject {
 
                        bufRPtr == -1 => buffer is empty.
                     */
-   int     bufSize;
+   int     bufSize;  /* the size of the buffer, i.e. the number of bytes
+                        malloced */
    int     flags;
    struct _IOFileObject*   connectedTo;