acpi-build: fix typo in comment

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2015-03-08 10:24:42 +01:00
parent 09d219a31c
commit e71fd76454
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/