Date: Sat, 17 Feb 2001 03:54:10 +0900 (JST) From: NAKAMURA Kazushi <kaz@kobe1995.net> To: FreeBSD-gnats-submit@freebsd.org Cc: kaz@ns.kobe1995.net Subject: kern/25146: typo Message-ID: <200102161854.f1GIsAx77567@milk.kobe1995.net>
next in thread | raw e-mail | index | archive | help
>Number: 25146 >Category: kern >Synopsis: A tiny typo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 11:00:01 PST 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102161854.f1GIsAx77567>