HAOUAS Elyes has uploaded this change for review.

View Change

include/arch/acpigen: Fix typo

Change-Id: I277d4a36f3d76ff5e12f255165e2b08480c39167
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/arch/x86/include/arch/acpigen.h
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/38307/1
diff --git a/src/arch/x86/include/arch/acpigen.h b/src/arch/x86/include/arch/acpigen.h
index c9a6485..6317091 100644
--- a/src/arch/x86/include/arch/acpigen.h
+++ b/src/arch/x86/include/arch/acpigen.h
@@ -389,7 +389,7 @@
void acpigen_write_dsm_uuid_arr(struct dsm_uuid *ids, size_t count);

/*
- * Generate ACPI AML code for _CPC (Continuous Perfmance Control).
+ * Generate ACPI AML code for _CPC (Continuous Performance Control).
* Execute the package function once to create a global table, then
* execute the method function within each processor object to
* create a method that points to the global table.

To view, visit change 38307. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I277d4a36f3d76ff5e12f255165e2b08480c39167
Gerrit-Change-Number: 38307
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange