patch-1.3.87 linux/drivers/char/ftape/fdc-isr.c
Next file: linux/drivers/char/ftape/ftape-ctl.c
Previous file: linux/drivers/char/ftape/fdc-io.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Fri Apr 12 09:49:34 1996
- Orig file:
v1.3.86/linux/drivers/char/ftape/fdc-isr.c
- Orig date:
Thu Mar 14 11:53:44 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/char/ftape/fdc-isr.c linux/drivers/char/ftape/fdc-isr.c
@@ -291,7 +291,7 @@
/* Sector_offset points to the problem area, except if we got
* a data_crc_error. In that case it points one past the failing
* sector.
- * Now adjust sector_offset so it allways points one past he
+ * Now adjust sector_offset so it always points one past he
* failing sector. I.e. skip the bad sector.
*/
if (cause != no_error) {
@@ -495,7 +495,7 @@
* If there are any soft errors before the failing sector,
* find the first soft error and return the sector offset.
* Otherwise find the last hard error.
- * Note: there should allways be at least one hard or soft error !
+ * Note: there should always be at least one hard or soft error !
*/
if (buff->sector_offset < 1 || buff->sector_offset > 32) {
TRACEx1(1, "bug: sector_offset = %d", buff->sector_offset);
@@ -732,7 +732,7 @@
if (in[1] & 0x02) {
TRACE(1, "media not writable");
} else {
- TRACE(-1, "unforseen write error");
+ TRACE(-1, "unforeseen write error");
}
fdc_mode = fdc_idle;
break;
@@ -757,7 +757,7 @@
++expected_stray_interrupts;
}
} else { /* !FDC_BUSY */
- /* clear interrupt, cause should be gotten by issueing
+ /* clear interrupt, cause should be gotten by issuing
* a Sense Interrupt Status command.
*/
if (fdc_mode == fdc_recalibrating || fdc_mode == fdc_seeking) {
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