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.
This commit is contained in:
H.J. Lu 2016-06-06 16:03:21 -07:00
parent 3d8b06bc61
commit 3f61232ab3
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View 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