From patchwork Sat Sep 22 17:54:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [9/9] acpi: acpitables: fix typo managment ==> management From: Colin King X-Patchwork-Id: 186154 Message-Id: <1348336440-13565-10-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Sat, 22 Sep 2012 18:54:00 +0100 From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- src/acpi/acpitables/acpitables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/acpi/acpitables/acpitables.c b/src/acpi/acpitables/acpitables.c index d797672..73c06a9 100644 --- a/src/acpi/acpitables/acpitables.c +++ b/src/acpi/acpitables/acpitables.c @@ -138,7 +138,7 @@ static void acpi_table_check_fadt(fwts_framework *fw, fwts_acpi_table_info *tabl "S4BIOS_REQ, PSTATE_CNT and CST_CNT are defined which means SMI_CMD should be " "defined otherwise SMI commands cannot be sent."); fwts_advice(fw, "The configuration seems to suggest that SMI command should be defined to " - "allow the kernel to trigger system managment interrupts via the SMD_CMD port. " + "allow the kernel to trigger system management interrupts via the SMD_CMD port. " "The fact that SMD_CMD is zero which is invalid means that SMIs are not possible " "through the normal ACPI mechanisms. This means some firmware based machine " "specific functions will not work.");