diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-03-08 10:24:42 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-03-08 11:51:45 +0100 |
commit | e71fd76454ac78f8feee69acb301263f2bc7a55c (patch) | |
tree | df36b2e827565585d2be232818e6dcb88d31a9ef | |
parent | 09d219a31cf87ed98150c0a9e772e54f470f2a01 (diff) |
acpi-build: fix typo in comment
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | hw/i386/acpi-build.c | 2 |
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. */ |