From e9a22a46d74aa21284502720dfc5bbd3540d3457 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 15 Sep 2008 16:36:11 +0000 Subject: - commentary typo fix --- libc/string/powerpc/memmove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/powerpc/memmove.c') diff --git a/libc/string/powerpc/memmove.c b/libc/string/powerpc/memmove.c index d307e74a6..8badae37d 100644 --- a/libc/string/powerpc/memmove.c +++ b/libc/string/powerpc/memmove.c @@ -7,7 +7,7 @@ /* These are carefully optimized mem*() functions for PPC written in C. * Don't muck around with these function without checking the generated - * assmbler code. + * assembler code. * It is possible to optimize these significantly more by using specific * data cache instructions(mainly dcbz). However that requires knownledge * about the CPU's cache line size. -- cgit v1.2.3