[PATCH] acpi: csrt: fix a spelling mistake in a comment
Alex Hung
alex.hung at canonical.com
Wed Mar 2 10:13:10 UTC 2016
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/acpi/csrt/csrt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/acpi/csrt/csrt.c b/src/acpi/csrt/csrt.c
index a37045c..d1ef853 100644
--- a/src/acpi/csrt/csrt.c
+++ b/src/acpi/csrt/csrt.c
@@ -52,7 +52,7 @@ static int csrt_test1(fwts_framework *fw)
bool passed = true;
int rg_count = 0;
- /* Note: CSRT header is actually just and ACPI header */
+ /* Note: CSRT header is actually just an ACPI header */
if (table->length < sizeof(fwts_acpi_table_csrt)) {
passed = false;
fwts_failed(fw, LOG_LEVEL_HIGH,
--
2.5.0
More information about the fwts-devel
mailing list