Date: Wed, 20 May 2009 17:19:30 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192449 - head/sys/kern Message-ID: <200905201719.n4KHJU1w038065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Wed May 20 17:19:30 2009 New Revision: 192449 URL: http://svn.freebsd.org/changeset/base/192449 Log: Fix a typo. Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c ============================================================================== --- head/sys/kern/subr_bus.c Wed May 20 17:03:12 2009 (r192448) +++ head/sys/kern/subr_bus.c Wed May 20 17:19:30 2009 (r192449) @@ -712,7 +712,7 @@ fail: /* * 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?200905201719.n4KHJU1w038065>