summaryrefslogtreecommitdiffstats
path: root/libc/string/powerpc/memmove.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 17:56:41 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 17:56:41 +0000
commit644c442da3f0cea2a2aa591f57726e3e6de823e2 (patch)
treef8d49598d16d350059059ce23b758da4afde7b15 /libc/string/powerpc/memmove.c
parente0c796f1422f3617302e4ecafef6d1f461499eba (diff)
downloaduClibc-alpine-644c442da3f0cea2a2aa591f57726e3e6de823e2.tar.bz2
uClibc-alpine-644c442da3f0cea2a2aa591f57726e3e6de823e2.tar.xz
Synch with trunk @ 24075.
Step 4 libc/string and asm implementation
Diffstat (limited to 'libc/string/powerpc/memmove.c')
-rw-r--r--libc/string/powerpc/memmove.c2
1 files changed, 1 insertions, 1 deletions
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.