aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850/kernel/entry.S
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/kernel/entry.S
parentremove mentionings of devfs in documentation (diff)
downloadlinux-dev-4b3f686d4aa8ad815dc68a4e8fabd05b1ebb9f2c.tar.xz
linux-dev-4b3f686d4aa8ad815dc68a4e8fabd05b1ebb9f2c.zip
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 '')
-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 d991e4547dbb..8bc521ca081f 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; \