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

[ Available lists | Index of svn-src-head | Month of Feb 2009 | Week of 23 Feb 2009 | Raw email | View thread | Wrap long lines | Reply ]
From
Alexander Motin <mav@FreeBSD.org>
Date
23 Feb 2009 08:19:30
Subject
svn commit: r188935 - head/sys/dev/ata/chipsets
Message-ID
200902230819.n1N8JUO3018807@svn.freebsd.org


[ Hide this part ]
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)


Elapsed time: 0.087 seconds