summaryrefslogtreecommitdiff
path: root/src/arch/arm/armv7/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/armv7/thread.c')
-rw-r--r--src/arch/arm/armv7/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/armv7/thread.c b/src/arch/arm/armv7/thread.c
index 751745b0c1..9c1c1bbdf1 100644
--- a/src/arch/arm/armv7/thread.c
+++ b/src/arch/arm/armv7/thread.c
@@ -70,7 +70,7 @@ void arch_prepare_thread(struct thread *t,
void __attribute__((naked))
switch_to_thread(uintptr_t new_stack, uintptr_t *saved_stack)
{
- /* Defintions for those of us not totally familiar with ARM:
+ /* Definitions for those of us not totally familiar with ARM:
* R15 -- PC, R14 -- LR, R13 -- SP
* R0-R3 need not be saved, nor R12.
* on entry, the only saved state is in LR -- the old PC.