diff src/fileio.c @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents d22d1c8033b8
children ac06b6d5fee4 e5a68f18fcb9
line wrap: on
line diff
--- a/src/fileio.c	Wed Aug 08 07:48:26 2007 +0000
+++ b/src/fileio.c	Wed Aug 08 07:49:21 2007 +0000
@@ -5191,7 +5191,7 @@
  * if we do writes that don't end with a carriage return. Furthermore
  * it cannot handle writes of more then 16K. The modified
  * version of "sys_write" in SYSDEP.C (see comment there) copes with
- * this EXCEPT for the last record (iff it doesn't end with a carriage
+ * this EXCEPT for the last record (if it doesn't end with a carriage
  * return). This implies that if your buffer doesn't end with a carriage
  * return, you get one free... tough. However it also means that if
  * we make two calls to sys_write (a la the following code) you can