summaryrefslogtreecommitdiff
path: root/source/components/utilities/utdecode.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-01-08 21:48:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-01-08 21:48:36 +0000
commitca9862327327526f102b9370cc74b2a9e4641b0d (patch)
treecda67673a7ce6436e82b270c552c6e665ce0d893 /source/components/utilities/utdecode.c
parentd28459aaaf532373b12c80aa5b869f8b591954e7 (diff)
Notes
Diffstat (limited to 'source/components/utilities/utdecode.c')
-rw-r--r--source/components/utilities/utdecode.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/components/utilities/utdecode.c b/source/components/utilities/utdecode.c
index 3fd910c4862e..5460de2ace26 100644
--- a/source/components/utilities/utdecode.c
+++ b/source/components/utilities/utdecode.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2019, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -467,7 +467,7 @@ AcpiUtGetNodeName (
static const char *AcpiGbl_DescTypeNames[] =
{
/* 00 */ "Not a Descriptor",
- /* 01 */ "Cached",
+ /* 01 */ "Cached Object",
/* 02 */ "State-Generic",
/* 03 */ "State-Update",
/* 04 */ "State-Package",
@@ -478,10 +478,10 @@ static const char *AcpiGbl_DescTypeNames[] =
/* 09 */ "State-Result",
/* 10 */ "State-Notify",
/* 11 */ "State-Thread",
- /* 12 */ "Walk",
- /* 13 */ "Parser",
- /* 14 */ "Operand",
- /* 15 */ "Node"
+ /* 12 */ "Tree Walk State",
+ /* 13 */ "Parse Tree Op",
+ /* 14 */ "Operand Object",
+ /* 15 */ "Namespace Node"
};