svn commit: r247124 - stable/9/sys/dev/ata
Alexander Motin
mav at FreeBSD.org
Thu Feb 21 20:28:43 UTC 2013
Author: mav
Date: Thu Feb 21 20:28:42 2013
New Revision: 247124
URL: http://svnweb.freebsd.org/changeset/base/247124
Log:
MFC r226064 (by wxs):
Fix a typo in a comment.
Modified:
stable/9/sys/dev/ata/ata-all.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/ata/ata-all.c
==============================================================================
--- stable/9/sys/dev/ata/ata-all.c Thu Feb 21 20:24:00 2013 (r247123)
+++ stable/9/sys/dev/ata/ata-all.c Thu Feb 21 20:28:42 2013 (r247124)
@@ -869,7 +869,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-stable-9
mailing list