projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d219a
)
acpi-build: fix typo in comment
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 8 Mar 2015 09:24:42 +0000
(10:24 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 8 Mar 2015 10:51:45 +0000
(11:51 +0100)
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c
patch
|
blob
|
history
diff --git
a/hw/i386/acpi-build.c
b/hw/i386/acpi-build.c
index b94e47e734d16b56fbf91b4ba0a313050004da18..d5e101641a5f4e40ffc45d41f0e4fd1c0b8e6005 100644
(file)
--- 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
+ *
i
ntroduced 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.
*/