Skip to content

Commit

Permalink
Fix a typo in a comment.
Browse files Browse the repository at this point in the history
Approved by:	kib@
  • Loading branch information
wxsBSD committed Oct 6, 2011
1 parent 12aa836 commit 0d289d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/ata/ata-all.c
Expand Up @@ -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);
Expand Down

0 comments on commit 0d289d3

Please sign in to comment.