diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/cf9_reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |