Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 20:28:43 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r247124 - stable/9/sys/dev/ata
Message-ID:  <201302212028.r1LKShwL059779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302212028.r1LKShwL059779>