summaryrefslogtreecommitdiffstats
path: root/include/hw/acpi
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-03-08 10:36:52 +0100
committerMichael S. Tsirkin <mst@redhat.com>2015-03-08 11:51:46 +0100
commit56521fb88f7e3d2e3c7cf87d5f85e17e563c0df7 (patch)
treeadc3b84cb6e760ae9965d00d162b77cfa9374301 /include/hw/acpi
parente71fd76454ac78f8feee69acb301263f2bc7a55c (diff)
downloadhqemu-56521fb88f7e3d2e3c7cf87d5f85e17e563c0df7.zip
hqemu-56521fb88f7e3d2e3c7cf87d5f85e17e563c0df7.tar.gz
aml-build: comment fix
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/acpi')
-rw-r--r--include/hw/acpi/aml-build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/acpi/aml-build.h b/include/hw/acpi/aml-build.h
index f6735ea..17d3beb 100644
--- a/include/hw/acpi/aml-build.h
+++ b/include/hw/acpi/aml-build.h
@@ -9,7 +9,7 @@ typedef enum {
AML_NO_OPCODE = 0,/* has only data */
AML_OPCODE, /* has opcode optionally followed by data */
AML_PACKAGE, /* has opcode and uses PkgLength for its length */
- AML_EXT_PACKAGE, /* ame as AML_PACKAGE but also has 'ExOpPrefix' */
+ AML_EXT_PACKAGE, /* Same as AML_PACKAGE but also has 'ExOpPrefix' */
AML_BUFFER, /* data encoded as 'DefBuffer' */
AML_RES_TEMPLATE, /* encoded as ResourceTemplate macro */
} AmlBlockFlags;
OpenPOWER on IntegriCloud