[project @ 1998-11-23 15:44:21 by sof]
[ghc-hetmet.git] / ghc / lib / std / cbits / filePutc.lc
index a6ebf3d..cf9ffe1 100644 (file)
@@ -49,7 +49,7 @@ StgChar c;
 
     fo->flags = (fo->flags & ~FILEOBJ_RW_READ) | FILEOBJ_RW_WRITE;
              
-    /* check whether we can just add it to the buffer.. */
+   /* check whether we can just add it to the buffer.. */
     if ( FILEOBJ_UNBUFFERED(fo) ) {
         ; 
     } else {