Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2011 16:13:47 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226064 - head/sys/dev/ata
Message-ID:  <201110061613.p96GDlZk068019@svn.freebsd.org>

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



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