aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
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/xtensa
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 'arch/xtensa')
-rw-r--r--arch/xtensa/lib/usercopy.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/lib/usercopy.S b/arch/xtensa/lib/usercopy.S
index 265db2693cbd..4641ef510f0e 100644
--- a/arch/xtensa/lib/usercopy.S
+++ b/arch/xtensa/lib/usercopy.S
@@ -5,10 +5,10 @@
*
* DO NOT COMBINE this function with <arch/xtensa/lib/hal/memcopy.S>.
* It needs to remain separate and distinct. The hal files are part
- * of the the Xtensa link-time HAL, and those files may differ per
+ * of the Xtensa link-time HAL, and those files may differ per
* processor configuration. Patching the kernel for another
* processor configuration includes replacing the hal files, and we
- * could loose the special functionality for accessing user-space
+ * could lose the special functionality for accessing user-space
* memory during such a patch. We sacrifice a little code space here
* in favor to simplify code maintenance.
*