diff options
Diffstat (limited to 'arch/v850/kernel/entry.S')
-rw-r--r-- | arch/v850/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/v850/kernel/entry.S b/arch/v850/kernel/entry.S index d991e45..8bc521c 100644 --- a/arch/v850/kernel/entry.S +++ b/arch/v850/kernel/entry.S @@ -195,7 +195,7 @@ sst.w lp, PTO+PT_GPR(GPR_LP)[ep]; \ type ## _STATE_SAVER /* Pop a register state pushed by PUSH_STATE, except for the stack pointer, - from the the stack. */ + from the stack. */ #define POP_STATE(type) \ mov sp, ep; \ type ## _STATE_RESTORER; \ |