]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/cris/arch-v10/lib/string.c
spelling fixes: arch/cris/
[linux-2.6-omap-h63xx.git] / arch / cris / arch-v10 / lib / string.c
index 8ffde4901b5730c9738b047c608926f9ceaa1f84..15d6662b03b17212e2f57fb2588a93e0ae247859 100644 (file)
@@ -41,7 +41,7 @@ void *memcpy(void *pdst,
      Make sure the compiler is able to make something useful of this.
       As it is now: r10 -> r13; r11 -> r11 (nop); r12 -> r12 (nop).
 
-     If gcc was allright, it really would need no temporaries, and no
+     If gcc was alright, it really would need no temporaries, and no
      stack space to save stuff on. */
 
   register void *return_dst __asm__ ("r10") = pdst;