Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 20:29:44 +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-8@freebsd.org
Subject:   svn commit: r247125 - stable/8/sys/dev/ata
Message-ID:  <201302212029.r1LKTi0m059959@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu Feb 21 20:29:43 2013
New Revision: 247125
URL: http://svnweb.freebsd.org/changeset/base/247125

Log:
  MFC r226064 (by wxs):
  Fix a typo in a comment.

Modified:
  stable/8/sys/dev/ata/ata-all.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/ata/   (props changed)

Modified: stable/8/sys/dev/ata/ata-all.c
==============================================================================
--- stable/8/sys/dev/ata/ata-all.c	Thu Feb 21 20:28:42 2013	(r247124)
+++ stable/8/sys/dev/ata/ata-all.c	Thu Feb 21 20:29:43 2013	(r247125)
@@ -868,7 +868,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?201302212029.r1LKTi0m059959>