]> err.no Git - linux-2.6/blobdiff - arch/cris/arch-v32/lib/string.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6] / arch / cris / arch-v32 / lib / string.c
index 98e282ac824af373cf75c85e252518ada91ded77..6740b2cebae5169d05a09d69ad5f99851394d8bc 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;