include/arch/acpigen: Fix typo

Change-Id: I277d4a36f3d76ff5e12f255165e2b08480c39167
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38307
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-01-09 21:18:21 +01:00 committed by Patrick Rudolph
parent 0e971e11a0
commit 1862b503a4
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ void acpigen_write_dsm(const char *uuid, void (**callbacks)(void *),
void acpigen_write_dsm_uuid_arr(struct dsm_uuid *ids, size_t count); 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 package function once to create a global table, then
* execute the method function within each processor object to * execute the method function within each processor object to
* create a method that points to the global table. * create a method that points to the global table.