patch-1.3.99 linux/drivers/char/ftape/ftape-read.c
Next file: linux/drivers/char/ftape/kernel-interface.c
Previous file: linux/drivers/char/fbmem.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon May 6 12:26:05 1996
- Orig file:
v1.3.98/linux/drivers/char/ftape/ftape-read.c
- Orig date:
Thu Mar 14 11:53:45 1996
diff -u --recursive --new-file v1.3.98/linux/drivers/char/ftape/ftape-read.c linux/drivers/char/ftape/ftape-read.c
@@ -606,8 +606,8 @@
* get more than 29 Kb from it (As it only contains this much).
* This works only for sequential access, so random access should
* stay away from this `last' segment.
- * Note: ftape_seg_pos points to the next segment what will be
- * read, so it's one too hight here!
+ * Note: ftape_seg_pos points to the next segment that will be
+ * read, so it's one too high here!
*/
if (!eof_mark && ftape_seg_pos - 1 >= ftape_last_segment.id) {
TRACEi(5, "remaining of last segment:", remaining);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this