From 644c442da3f0cea2a2aa591f57726e3e6de823e2 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Mon, 17 Nov 2008 17:56:41 +0000 Subject: Synch with trunk @ 24075. Step 4 libc/string and asm implementation --- libc/string/powerpc/memset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/powerpc/memset.c') diff --git a/libc/string/powerpc/memset.c b/libc/string/powerpc/memset.c index 59bec87b9..1cbfd04fc 100644 --- a/libc/string/powerpc/memset.c +++ b/libc/string/powerpc/memset.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