svn commit: r188935 - head/sys/dev/ata/chipsets

Alexander Motin mav at FreeBSD.org
Mon Feb 23 00:19:31 PST 2009


Author: mav
Date: Mon Feb 23 08:19:30 2009
New Revision: 188935
URL: http://svn.freebsd.org/changeset/base/188935

Log:
  Fix spelling.
  
  Submitted by:	gavin

Modified:
  head/sys/dev/ata/chipsets/ata-ahci.c
  head/sys/dev/ata/chipsets/ata-promise.c

Modified: head/sys/dev/ata/chipsets/ata-ahci.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-ahci.c	Mon Feb 23 07:33:29 2009	(r188934)
+++ head/sys/dev/ata/chipsets/ata-ahci.c	Mon Feb 23 08:19:30 2009	(r188935)
@@ -778,7 +778,7 @@ ata_ahci_reset(device_t dev)
 	break;
     default: /* SOS XXX */
 	if (bootverbose)
-	    device_printf(dev, "Unknown signature, asuming disk device\n");
+	    device_printf(dev, "Unknown signature, assuming disk device\n");
 	ch->devices = ATA_ATA_MASTER;
     }
     if (bootverbose)

Modified: head/sys/dev/ata/chipsets/ata-promise.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-promise.c	Mon Feb 23 07:33:29 2009	(r188934)
+++ head/sys/dev/ata/chipsets/ata-promise.c	Mon Feb 23 08:19:30 2009	(r188935)
@@ -822,7 +822,7 @@ ata_promise_mio_reset(device_t dev)
 		default: /* SOS XXX */
 		    if (bootverbose)
 			device_printf(dev,
-				      "No signature, asuming disk device\n");
+				      "No signature, assuming disk device\n");
 		    ch->devices = ATA_ATA_MASTER;
 		}
 		if (bootverbose)


More information about the svn-src-all mailing list