Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2009 17:21:14 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 162378 for review
Message-ID:  <200905201721.n4KHLEnA086564@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=162378

Change 162378 by jhb@jhb_jhbbsd on 2009/05/20 17:21:07

	IFC @162376

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_bus.c#79 integrate

Differences ...

==== //depot/projects/smpng/sys/kern/subr_bus.c#79 (text+ko) ====

@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/kern/subr_bus.c,v 1.220 2009/05/20 16:58:16 imp Exp $");
+__FBSDID("$FreeBSD: src/sys/kern/subr_bus.c,v 1.221 2009/05/20 17:19:30 jhb Exp $");
 
 #include "opt_bus.h"
 
@@ -712,7 +712,7 @@
 
 /*
  * Called when there's no match for this device.  This is only called
- * the first time that no match happens, so we don't keep getitng this
+ * the first time that no match happens, so we don't keep getting this
  * message.  Should that prove to be undesirable, we can change it.
  * This is called when all drivers that can attach to a given bus
  * decline to accept this device.  Other errrors may not be detected.



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