From 31b2f8f1d018262428832fba6c6522e394a2aa2a Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 9 Jan 2020 21:36:04 +0100 Subject: arch/x86/cf9_reset: Fix typo Change-Id: I4a8d29ab647837965e5341d019664f0ed401639a Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38311 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/arch/x86/cf9_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/cf9_reset.c b/src/arch/x86/cf9_reset.c index ccfaa7d9f8..d93bed74a4 100644 --- a/src/arch/x86/cf9_reset.c +++ b/src/arch/x86/cf9_reset.c @@ -35,7 +35,7 @@ void do_system_reset(void) * A full reset in terms of the CF9 register triggers a power cycle * (i.e. S0 -> S5 -> S0 transition). Thus, it could be called a * "cold reset". - * Note: Not all x86 implementations comply with this defitinion, + * Note: Not all x86 implementations comply with this definition, * some may require additional configuration to power cycle. */ void do_full_reset(void) -- cgit v1.2.3