This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.23-425-g3f61232


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  3f61232ab337b8162ed1a37558b30ce714dba894 (commit)
      from  3d8b06bc6108aa20a6591f52e7d9cbbd63c20e0a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3f61232ab337b8162ed1a37558b30ce714dba894

commit 3f61232ab337b8162ed1a37558b30ce714dba894
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jun 6 16:03:21 2016 -0700

    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 b839cfb..f6304a6 100644
--- 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]
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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |    5 +++++
 .../x86_64/multiarch/memmove-vec-unaligned-erms.S  |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]