X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fxtensa%2Flib%2Fusercopy.S;h=4641ef510f0e0a269dbc082e68102c70c7c0162b;hb=4b3f686d4aa8ad815dc68a4e8fabd05b1ebb9f2c;hp=265db2693cbd3bc65157a65996712e77b17c389c;hpb=bf6ee0ae494596aaf311e8430684db85d1d2f25c;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/xtensa/lib/usercopy.S b/arch/xtensa/lib/usercopy.S index 265db26..4641ef5 100644 --- a/arch/xtensa/lib/usercopy.S +++ b/arch/xtensa/lib/usercopy.S @@ -5,10 +5,10 @@ * * DO NOT COMBINE this function with . * 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. *