From owner-acpi-jp@jp.freebsd.org  Fri Dec  7 06:59:40 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id GAA50811;
	Fri, 7 Dec 2001 06:59:40 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id GAA50806
	for <acpi-jp@jp.freebsd.org>; Fri, 7 Dec 2001 06:59:39 +0900 (JST)
	(envelope-from jhb@FreeBSD.org)
Received: (qmail 28092 invoked from network); 6 Dec 2001 21:59:01 -0000
Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender <jhb@FreeBSD.org>)
          by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP
          for <acpi-jp@jp.freebsd.org>; 6 Dec 2001 21:59:01 -0000
Message-ID: <XFMail.011206135857.jhb@FreeBSD.org>
X-Mailer: XFMail 1.4.0 on FreeBSD
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
Date: Thu, 06 Dec 2001 13:58:57 -0800 (PST)
From: John Baldwin <jhb@FreeBSD.org>
To: acpi-jp@jp.freebsd.org
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: acpi-jp 1524
Subject: [acpi-jp 1524] Typo bug in latest ACPICA Import
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: jhb@FreeBSD.org

There's a simple typo in the exconfig.c file that gcc spotted via:

../../../contrib/dev/acpica/exconfig.c:168: warning: `/*' within comment

The patch (which my mailer will butcher the whitespace of, sorry) is simple:

Index: exconfig.c
===================================================================
RCS file: /usr/cvs/src/sys/contrib/dev/acpica/exconfig.c,v
retrieving revision 1.1.1.12
diff -u -r1.1.1.12 exconfig.c
--- exconfig.c  28 Nov 2001 04:29:38 -0000      1.1.1.12
+++ exconfig.c  6 Dec 2001 21:57:10 -0000
@@ -162,7 +162,7 @@
 
     /* Object can be either a field or an opregion */
 
-    /* TBD: Handle field vs. Opregion *?
+    /* TBD: Handle field vs. Opregion */
 
 
     /* Get the table header */

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
