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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to