patch-2.1.104 linux/drivers/acorn/block/mfmhd.c

Next file: linux/drivers/acorn/net/etherh.c
Previous file: linux/drivers/acorn/block/mfm.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.103/linux/drivers/acorn/block/mfmhd.c linux/drivers/acorn/block/mfmhd.c
@@ -447,7 +447,7 @@
 
   /* Now don't handle the error until BSY drops */
 	if ((mfm_status & (STAT_DER | STAT_ABN)) && ((mfm_status&STAT_BSY)==0)) {
-		/* Something has gone wrong - lets try that again */
+		/* Something has gone wrong - let's try that again */
 		outw(CMD_RCAL, MFM_COMMAND);	/* Clear interrupt condition */
 		if (cont) {
 			DBG("mfm_rw_intr: DER/ABN err\n");
@@ -530,7 +530,7 @@
 	old_status = mfm_status;
 	mfm_status = inw(MFM_STATUS);
 	if (mfm_status & (STAT_DER | STAT_ABN)) {
-		/* Something has gone wrong - lets try that again */
+		/* Something has gone wrong - let's try that again */
 		if (cont) {
 			DBG("mfm_rw_intr: DER/ABN error\n");
 			cont->error();
@@ -726,7 +726,7 @@
 	if (uptodate) {
 		unsigned char block[2] = {0, 0};
 
-		/* Apparently worked - lets check bytes left to DMA */
+		/* Apparently worked - let's check bytes left to DMA */
 		if (hdc63463_dataleft != (PartFragRead_SectorsLeft * 256)) {
 			printk("mfm: request_done - dataleft=%d - should be %d - Eek!\n", hdc63463_dataleft, PartFragRead_SectorsLeft * 256);
 			end_request(0);
@@ -734,7 +734,7 @@
 		};
 		/* Potentially this means that we've done; but we might be doing
 		   a partial access, (over two cylinders) or we may have a number
-		   of fragments in an image file.  First lets deal with partial accesss
+		   of fragments in an image file.  First let's deal with partial accesss
 		 */
 		if (PartFragRead) {
 			/* Yep - a partial access */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov