aml-build: comment fix
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Mar 2015 09:36:52 +0000 (10:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Mar 2015 10:51:46 +0000 (11:51 +0100)
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/acpi/aml-build.h

index f6735ea..17d3beb 100644 (file)
@@ -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;