aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Romero <gustavo.romero@linaro.org>2025-05-04 21:56:35 +0000
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-05-08 14:22:12 +0200
commit35cb01fce6ea8aade77cbc3d7d77c83321bbaf9b (patch)
treee409fbe0bf7cff488abd766fed2761f0958c2dc4
parentdc6da00ed77dce16975b4ca6e521fbebd5f741a5 (diff)
downloadqemu-35cb01fce6ea8aade77cbc3d7d77c83321bbaf9b.zip
qemu-35cb01fce6ea8aade77cbc3d7d77c83321bbaf9b.tar.gz
qemu-35cb01fce6ea8aade77cbc3d7d77c83321bbaf9b.tar.bz2
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>
-rw-r--r--hw/i386/acpi-build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index 85c8a85..f40ad06 100644
--- a/hw/i386/acpi-build.c
+++ b/hw/i386/acpi-build.c
@@ -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);