summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/nsxfobj.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-04-29 18:39:29 +0000
committernjl <njl@FreeBSD.org>2003-04-29 18:39:29 +0000
commit0cc98332c9ff2056e2435773b6c0299c9fb3d3de (patch)
treefb9eb36e7970ad69c51748aa41ebf3d92a58269d /sys/contrib/dev/acpica/nsxfobj.c
parent433a962b40cf73fe931fabdf6557ba584b603fdf (diff)
parent0f552762e45d65746b7b1ee44d8ca1b52bf83450 (diff)
downloadFreeBSD-src-0cc98332c9ff2056e2435773b6c0299c9fb3d3de.zip
FreeBSD-src-0cc98332c9ff2056e2435773b6c0299c9fb3d3de.tar.gz
This commit was generated by cvs2svn to compensate for changes in r114237,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/nsxfobj.c')
-rw-r--r--sys/contrib/dev/acpica/nsxfobj.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/nsxfobj.c b/sys/contrib/dev/acpica/nsxfobj.c
index b6fe807..49310ca 100644
--- a/sys/contrib/dev/acpica/nsxfobj.c
+++ b/sys/contrib/dev/acpica/nsxfobj.c
@@ -2,7 +2,7 @@
*
* Module Name: nsxfobj - Public interfaces to the ACPI subsystem
* ACPI Object oriented interfaces
- * $Revision: 114 $
+ * $Revision: 116 $
*
******************************************************************************/
@@ -10,7 +10,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -242,7 +242,7 @@ AcpiGetParent (
*RetHandle =
AcpiNsConvertEntryToHandle (AcpiNsGetParentNode (Node));
- /* Return exeption if parent is null */
+ /* Return exception if parent is null */
if (!AcpiNsGetParentNode (Node))
{
OpenPOWER on IntegriCloud