summaryrefslogtreecommitdiffstats
path: root/k9vamps/tcmemcpy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9vamps/tcmemcpy.cpp')
-rw-r--r--k9vamps/tcmemcpy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9vamps/tcmemcpy.cpp b/k9vamps/tcmemcpy.cpp
index c72cd73..ceb7c69 100644
--- a/k9vamps/tcmemcpy.cpp
+++ b/k9vamps/tcmemcpy.cpp
@@ -224,7 +224,7 @@ sse.memcpy_small: # Small block copy routine--no prefetch \n"
jg 1b \n\
\n\
# Then copy--forward, which seems to be faster than reverse for \n\
- # certain tqalignments \n\
+ # certain alignments \n\
xor %%eax, %%eax \n\
2: movq (%%esi,%%eax,8), %%mm0 # Copy 8 bytes and loop \n\
movntq %%mm0, (%%edi,%%eax,8) \n\
@@ -320,7 +320,7 @@ sse.memcpy_end: \n\
jg 1b \n\
\n\
# Then copy--forward, which seems to be faster than reverse for \n\
- # certain tqalignments \n\
+ # certain alignments \n\
xor %%eax, %%eax \n\
2: " #movdq " (%%rsi,%%rax,8), %%xmm0 # Copy 16 bytes and loop \n\
movntdq %%xmm0, (%%rdi,%%rax,8) \n\