From kaz@kobe1995.net  Fri Feb 16 10:54:17 2001
Return-Path: <kaz@kobe1995.net>
Received: from ns.kobe1995.net (211.12.126.15.user.dt.il24.net [211.12.126.15])
	by hub.freebsd.org (Postfix) with ESMTP id 5263437B6B7
	for <freebsd-gnats-submit@freebsd.org>; Fri, 16 Feb 2001 10:54:13 -0800 (PST)
Received: from milk.kobe1995.net (root@milk [192.168.0.8])
	by ns.kobe1995.net (8.8.8/3.7W-primary) with ESMTP id DAA15200;
	Sat, 17 Feb 2001 03:54:10 +0900 (JST)
Received: (from kaz@localhost) by milk.kobe1995.net (8.11.1/3.4Wbeta6-glove) id f1GIsAx77567; Sat, 17 Feb 2001 03:54:10 +0900 (JST)
Message-Id: <200102161854.f1GIsAx77567@milk.kobe1995.net>
Date: Sat, 17 Feb 2001 03:54:10 +0900 (JST)
From: NAKAMURA Kazushi <kaz@kobe1995.net>
Reply-To: kaz@kobe1995.net
To: FreeBSD-gnats-submit@freebsd.org
Cc: kaz@ns.kobe1995.net
Subject: typo
X-Send-Pr-Version: 3.2

>Number:         25146
>Category:       kern
>Synopsis:       A tiny typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 16 11:00:01 PST 2001
>Closed-Date:    Tue Feb 20 03:11:02 PST 2001
>Last-Modified:  Tue Feb 20 03:13:17 PST 2001
>Originator:     NAKAMURA Kazushi
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
Mycom shop LABBIT in KOBE
>Environment:

	FreeBSD4.2R on Pentium3 with Matrox meteor, video capture board.

>Description:

	There is typo message in demsg.

>How-To-Repeat:

	See /sys/pci/pci.c. There is a message 'compat*a*bility'.

>Fix:

--- usr/src/sys/pci/pci.c~	Sun Oct 29 08:10:17 2000
+++ usr/src/sys/pci/pci.c	Sat Feb 17 03:41:40 2001
@@ -907,7 +907,7 @@
 		*dvp->pd_count = unit;
 	if (dvp->pd_attach)
 		dvp->pd_attach(cfg, unit);
-	device_printf(dev, "driver is using old-style compatability shims\n");
+	device_printf(dev, "driver is using old-style compatibility shims\n");
 	return 0;
 }
 
-- 
¼»֡		<mailto:kaz@kobe1995.net>
NAKAMURA Kazushi@KOBE	<http://kobe1995.net/~kaz/FreeBSD/>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Tue Feb 20 03:11:02 PST 2001 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25146 
>Unformatted:
