[PATCH] acpi: s3: fix spelling mistake
Colin King
colin.king at canonical.com
Fri Jul 18 15:17:12 UTC 2014
From: Colin Ian King <colin.king at canonical.com>
intettupts --> interrupts
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
src/acpi/s3/s3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c
index 1d7c35b..adcd188 100644
--- a/src/acpi/s3/s3.c
+++ b/src/acpi/s3/s3.c
@@ -620,7 +620,7 @@ static int s3_do_suspend_resume(fwts_framework *fw,
fwts_advice(fw,
"Detected AMD with C1E enabled. The AMD C1E idle wait can sometimes "
"produce long delays on resume. This is a known issue with the "
- "failed delivery of intettupts while in deep C states. "
+ "failed delivery of interrupts while in deep C states. "
"If you have a BIOS option to disable C1E please disable this and retry. "
"Alternatively, re-test with the kernel parameter \"idle=mwait\". ");
}
--
2.0.1
More information about the fwts-devel
mailing list