summaryrefslogtreecommitdiff
path: root/hw/i386
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-03-08 10:24:42 +0100
committerMichael S. Tsirkin <mst@redhat.com>2015-03-08 11:51:45 +0100
commite71fd76454ac78f8feee69acb301263f2bc7a55c (patch)
treedf36b2e827565585d2be232818e6dcb88d31a9ef /hw/i386
parent09d219a31cf87ed98150c0a9e772e54f470f2a01 (diff)
downloadqemu-e71fd76454ac78f8feee69acb301263f2bc7a55c.tar.gz
acpi-build: fix typo in comment
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/acpi-build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index b94e47e734..d5e101641a 100644
--- a/hw/i386/acpi-build.c
+++ b/hw/i386/acpi-build.c
@@ -889,7 +889,7 @@ build_ssdt(GArray *table_data, GArray *linker,
/* build "Name(CPON, Package() { One, One, ..., Zero, Zero, ... })"
*
* Note: The ability to create variable-sized packages was first
- * ntroduced in ACPI 2.0. ACPI 1.0 only allowed fixed-size packages
+ * introduced in ACPI 2.0. ACPI 1.0 only allowed fixed-size packages
* ith up to 255 elements. Windows guests up to win2k8 fail when
* VarPackageOp is used.
*/