From 2f79eb3fd567b7578378c4acbecaf2502d1982f4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 7 Aug 2018 12:24:42 +0200 Subject: src/arch: Fix typo Change-Id: I24d219b4ce6033f64886e22973ca8716113d319f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27919 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/arch/x86/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/thread.c') diff --git a/src/arch/x86/thread.c b/src/arch/x86/thread.c index 0a11141d33..b1cd99fe99 100644 --- a/src/arch/x86/thread.c +++ b/src/arch/x86/thread.c @@ -47,7 +47,7 @@ void arch_prepare_thread(struct thread *t, stack = push_stack(stack, (uintptr_t)arg); stack = push_stack(stack, (uintptr_t)0); stack = push_stack(stack, (uintptr_t)thread_entry); - /* Make room for the registers. Ignore intial values. */ + /* Make room for the registers. Ignore initial values. */ stack -= sizeof(struct pushad_regs); t->stack_current = stack; -- cgit v1.2.3