summaryrefslogtreecommitdiff
path: root/source/components/dispatcher
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2015-08-05 09:03:39 -0700
committerRobert Moore <Robert.Moore@intel.com>2015-08-05 09:03:39 -0700
commit0ecf5b5a41c3d2e09af48f0fdbc9ae784f631788 (patch)
tree826f571c07aa178532edb71df5abef24b5e39a8d /source/components/dispatcher
parent614cf187d78f0b5490b354d3616ecdf89ba909ae (diff)
downloadacpica-0ecf5b5a41c3d2e09af48f0fdbc9ae784f631788.tar.gz
acpinames: Add new options and wildcard support.
- Add wilcard support for input filenames. - Add -l option to load tables and exit, no display. This is useful for validation of the namespace during BIOS generation. - Add -x option for specifying debug level.
Diffstat (limited to 'source/components/dispatcher')
-rw-r--r--source/components/dispatcher/dsinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsinit.c b/source/components/dispatcher/dsinit.c
index a68ccff0c..77dfeb527 100644
--- a/source/components/dispatcher/dsinit.c
+++ b/source/components/dispatcher/dsinit.c
@@ -327,7 +327,7 @@ AcpiDsInitializeObjects (
return_ACPI_STATUS (Status);
}
- /* DSDT is always the first table */
+ /* DSDT is always the first AML table */
if (ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_DSDT))
{