[Etherboot-developers] typo #2
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Adam S. <ad...@cf...> - 2002-11-12 15:08:23
|
[not on list, cc]
========================================================================
more typos
---------------------------------
Adam Sulmicki <ad...@cf...>
Tue Nov 12 08:14:16 EST 2002
http://www.eax.com/patches/
-------------------------------------------------------------------------------
Index: etherboot-5.1/src/ide_disk.c
===================================================================
RCS file: /cvsroot/etherboot/etherboot/etherboot-5.1/src/ide_disk.c,v
retrieving revision 1.6
diff -u -u -r1.6 ide_disk.c
--- etherboot-5.1/src/ide_disk.c 12 Nov 2002 13:50:40 -0000 1.6
+++ etherboot-5.1/src/ide_disk.c 12 Nov 2002 15:05:30 -0000
@@ -580,7 +580,7 @@
if ((sizeof(sector_t) < sizeof(uint64_t)) &&
drive_info[103] || drive_info[102]) {
/* FIXME use a 64bit sector number */
- printf("Drive to big\n");
+ printf("Drive too big\n");
return -1;
}
info->sectors =
@@ -638,7 +638,7 @@
/* Put the drives ide channel in a know state and wait
* for the drives to spinup.
*
- * In practice IDE disks to not respond to commands until
+ * In practice IDE disks tend not to respond to commands until
* they have spun up. This makes IDE hard to deal with
* immediately after power up, as the delays can be quite
* long, so we must be very careful here.
@@ -652,7 +652,7 @@
* BSY_SET_DURING_SPINUP to 0.
*
* - The BSY bit floats high when no drives are plugged in.
- * This case will not be deteced except by timeing out but
+ * This case will not be deteced except by timing out but
* we avoid the problems by only probing devices we are
* supposed to boot from. If we don't do the probe we
* will not experience the problem.
@@ -677,7 +677,7 @@
*
* For now I will go with just sending commands to the drives
* and assuming filtering out missing drives by detecting registers
- * that won't set and, commands that fail to execute properly.
+ * that won't set and commands that fail to execute properly.
*/
/* Now initialize the individual drives */
========================================================================
--
Adam
http://www.eax.com The Supreme Headquarters of the 32 bit registers
|