svn commit: r226064 - head/sys/dev/ata
Wesley Shields
wxs at FreeBSD.org
Thu Oct 6 16:13:48 UTC 2011
Author: wxs (ports committer)
Date: Thu Oct 6 16:13:47 2011
New Revision: 226064
URL: http://svn.freebsd.org/changeset/base/226064
Log:
Fix a typo in a comment.
Approved by: kib@
Modified:
head/sys/dev/ata/ata-all.c
Modified: head/sys/dev/ata/ata-all.c
==============================================================================
--- head/sys/dev/ata/ata-all.c Thu Oct 6 15:10:48 2011 (r226063)
+++ head/sys/dev/ata/ata-all.c Thu Oct 6 16:13:47 2011 (r226064)
@@ -837,7 +837,7 @@ ata_boot_attach(void)
mtx_lock(&Giant); /* newbus suckage it needs Giant */
- /* kick of probe and attach on all channels */
+ /* kick off probe and attach on all channels */
for (ctlr = 0; ctlr < devclass_get_maxunit(ata_devclass); ctlr++) {
if ((ch = devclass_get_softc(ata_devclass, ctlr))) {
ata_identify(ch->dev);
More information about the svn-src-head
mailing list