From cbbfb702f693c1bbaf83a9d3d8a3c0caabda1814 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 9 Jan 2020 21:23:16 +0100 Subject: include/arch/romstage: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie0c80792210ded7f81184b60ba2b0b51c13db283 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38308 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Angel Pons --- src/arch/x86/include/arch/romstage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/x86/include/arch/romstage.h b/src/arch/x86/include/arch/romstage.h index 86d4e63eda..83d15e420b 100644 --- a/src/arch/x86/include/arch/romstage.h +++ b/src/arch/x86/include/arch/romstage.h @@ -75,7 +75,7 @@ void prepare_and_run_postcar(struct postcar_frame *pcf); * tears down CAR and loads ramstage. The postcar_frame object * indicates how to set up the frame. If caching is enabled at * the time of the call it is up to the platform code to handle - * coherency with dirty lines in the cache using some mechansim + * coherency with dirty lines in the cache using some mechanism * such as platform_prog_run() because run_postcar_phase() * utilizes prog_run() internally. */ -- cgit v1.2.3