]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix a typo in comments in memmove-vec-unaligned-erms.S
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Jun 2016 23:03:21 +0000 (16:03 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Jun 2016 23:03:21 +0000 (16:03 -0700)
* sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Fix
a typo in comments.

ChangeLog
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S

index b839cfb11cab2cd53f4afed78cea9b361d8af332..f6304a609f5651283b0f8b71ece9e2cdf343774c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Fix
+       a typo in comments.
+
 2016-06-06  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #20213]
index 346d7a4e7d7482f3057e572dfda0f59a65bd2134..3742c106eb5780f4e6b23b55ee4ecdbb316eb796 100644 (file)
@@ -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