[Midnightbsd-cvs] src [8811] trunk/sys/dev/ata/ata-all.c: fix a typo in a comment.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 25 23:33:57 EDT 2016
Revision: 8811
http://svnweb.midnightbsd.org/src/?rev=8811
Author: laffer1
Date: 2016-09-25 23:33:57 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
fix a typo in a comment.
Modified Paths:
--------------
trunk/sys/dev/ata/ata-all.c
Modified: trunk/sys/dev/ata/ata-all.c
===================================================================
--- trunk/sys/dev/ata/ata-all.c 2016-09-26 03:33:40 UTC (rev 8810)
+++ trunk/sys/dev/ata/ata-all.c 2016-09-26 03:33:57 UTC (rev 8811)
@@ -869,7 +869,7 @@
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 Midnightbsd-cvs
mailing list