svn commit: r203618 - head/sys/kern

Gavin Atkinson gavin at FreeBSD.org
Sun Feb 7 18:00:14 UTC 2010


Author: gavin
Date: Sun Feb  7 18:00:13 2010
New Revision: 203618
URL: http://svn.freebsd.org/changeset/base/203618

Log:
  Spelling nit

Modified:
  head/sys/kern/subr_bus.c

Modified: head/sys/kern/subr_bus.c
==============================================================================
--- head/sys/kern/subr_bus.c	Sun Feb  7 17:53:10 2010	(r203617)
+++ head/sys/kern/subr_bus.c	Sun Feb  7 18:00:13 2010	(r203618)
@@ -739,7 +739,7 @@ fail:
  * 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.
+ * decline to accept this device.  Other errors may not be detected.
  */
 static void
 devnomatch(device_t dev)


More information about the svn-src-head mailing list