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

Reply via email to