From owner-p4-projects@FreeBSD.ORG Wed May 20 17:21:16 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C89921065708; Wed, 20 May 2009 17:21:15 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28EFE1065673 for ; Wed, 20 May 2009 17:21:15 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 162A98FC20 for ; Wed, 20 May 2009 17:21:15 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4KHLEvt086566 for ; Wed, 20 May 2009 17:21:14 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4KHLEnA086564 for perforce@freebsd.org; Wed, 20 May 2009 17:21:14 GMT (envelope-from jhb@freebsd.org) Date: Wed, 20 May 2009 17:21:14 GMT Message-Id: <200905201721.n4KHLEnA086564@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Cc: Subject: PERFORCE change 162378 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 17:21:17 -0000 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 -__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.