aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/nsobject.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2001-10-04 23:12:13 +0000
committerMike Smith <msmith@FreeBSD.org>2001-10-04 23:12:13 +0000
commit584be850dfe72a391cecf4d3e4b7351ba82e8e46 (patch)
tree3c5d09bf67f1ee0a9b4f77e77f3a31bdd33a253f /sys/contrib/dev/acpica/nsobject.c
parent7fb2c1c6169b76180d4ee5c3147edf4da2fdd083 (diff)
downloadsrc-584be850dfe72a391cecf4d3e4b7351ba82e8e46.tar.gz
src-584be850dfe72a391cecf4d3e4b7351ba82e8e46.zip
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/nsobject.c')
-rw-r--r--sys/contrib/dev/acpica/nsobject.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/nsobject.c b/sys/contrib/dev/acpica/nsobject.c
index ca27e8b6e48d..38de511b14bb 100644
--- a/sys/contrib/dev/acpica/nsobject.c
+++ b/sys/contrib/dev/acpica/nsobject.c
@@ -2,7 +2,7 @@
*
* Module Name: nsobject - Utilities for objects attached to namespace
* table entries
- * $Revision: 63 $
+ * $Revision: 65 $
*
******************************************************************************/
@@ -223,7 +223,7 @@ AcpiNsAttachObject (
}
/*
- * If the object is an Node with an attached object,
+ * If the source object is a namespace Node with an attached object,
* we will use that (attached) object
*/
else if (VALID_DESCRIPTOR_TYPE (Object, ACPI_DESC_TYPE_NAMED) &&
@@ -296,7 +296,7 @@ AcpiNsAttachObject (
break;
}
- /* Otherwise, fall through and set the type to Integer */
+ /* case AML_REVISION_OP: fall through and set the type to Integer */
case AML_ZERO_OP:
case AML_ONES_OP: