From: H.J. Lu Date: Mon, 6 Jun 2016 23:03:21 +0000 (-0700) Subject: Fix a typo in comments in memmove-vec-unaligned-erms.S X-Git-Tag: glibc-2.24~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f61232ab337b8162ed1a37558b30ce714dba894;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index b839cfb11ca..f6304a609f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-06 H.J. Lu + + * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Fix + a typo in comments. + 2016-06-06 Joseph Myers [BZ #20213] diff --git a/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S b/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S index 346d7a4e7d7..3742c106eb5 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