aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-06-06 16:03:21 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-06-06 16:03:21 -0700
commit3f61232ab337b8162ed1a37558b30ce714dba894 (patch)
treeef9197060127830f0da6c0b3ff5dc72558a7b6dc /sysdeps
parent3d8b06bc6108aa20a6591f52e7d9cbbd63c20e0a (diff)
downloadglibc-3f61232ab337b8162ed1a37558b30ce714dba894.zip
glibc-3f61232ab337b8162ed1a37558b30ce714dba894.tar.gz
glibc-3f61232ab337b8162ed1a37558b30ce714dba894.tar.bz2
Fix a typo in comments in memmove-vec-unaligned-erms.S
* sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Fix a typo in comments.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S b/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
index 346d7a4..3742c10 100644
--- a/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
+++ b/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
@@ -19,7 +19,7 @@
/* memmove/memcpy/mempcpy is implemented as:
1. Use overlapping load and store to avoid branch.
2. Load all sources into registers and store them together to avoid
- possible address overflap between source and destination.
+ possible address overlap between source and destination.
3. If size is 8 * VEC_SIZE or less, load all sources into registers
and store them together.
4. If address of destination > address of source, backward copy