summaryrefslogtreecommitdiff
path: root/arch/v850
diff options
context:
space:
mode:
authorMatt LaPlante <laplam@rpi.edu>2006-10-03 22:21:02 +0200
committerAdrian Bunk <bunk@stusta.de>2006-10-03 22:21:02 +0200
commit4b3f686d4aa8ad815dc68a4e8fabd05b1ebb9f2c (patch)
treec3386987a2e419eb8e5877a63459f4c11e2654b4 /arch/v850
parentbf6ee0ae494596aaf311e8430684db85d1d2f25c (diff)
Attack of "the the"s in arch
The patch below corrects multiple occurances of "the the" typos across several files, both in source comments and KConfig files. There is no actual code changed, only text. Note this only affects the /arch directory, and I believe I could find many more elsewhere. :) Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/v850')
-rw-r--r--arch/v850/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/v850/kernel/entry.S b/arch/v850/kernel/entry.S
index d991e4547db..8bc521ca081 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; \