From: Michael S. Tsirkin Date: Sun, 8 Mar 2015 09:36:52 +0000 (+0100) Subject: aml-build: comment fix X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~320^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56521fb88f7e3d2e3c7cf87d5f85e17e563c0df7;p=sdk%2Femulator%2Fqemu.git aml-build: comment fix Signed-off-by: Michael S. Tsirkin --- 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;