From e71fd76454ac78f8feee69acb301263f2bc7a55c Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Sun, 8 Mar 2015 10:24:42 +0100 Subject: [PATCH] acpi-build: fix typo in comment Signed-off-by: Michael S. Tsirkin --- hw/i386/acpi-build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index b94e47e..d5e1016 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. */ -- 2.7.4