mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/i386/acpi-build: Fix typo and grammar in comment
Fix typo and verb conjugation in a comment about FADT initialization. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Message-ID: <20250504215639.54860-7-gustavo.romero@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
dc6da00ed7
commit
35cb01fce6
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ static void init_common_fadt_data(MachineState *ms, Object *o,
|
|||
/*
|
||||
* "ICH9-LPC" or "PIIX4_PM" has "smm-compat" property to keep the old
|
||||
* behavior for compatibility irrelevant to smm_enabled, which doesn't
|
||||
* comforms to ACPI spec.
|
||||
* conform to the ACPI spec.
|
||||
*/
|
||||
bool smm_enabled = object_property_get_bool(o, "smm-compat", NULL) ?
|
||||
true : x86_machine_is_smm_enabled(x86ms);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue