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.25-577-gbc0382a


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  bc0382ae9041a71f098ec03f0e78ea9dd78e31ac (commit)
      from  b87d47396f8e036a111fed8816254cfe1cf87cb2 (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=bc0382ae9041a71f098ec03f0e78ea9dd78e31ac

commit bc0382ae9041a71f098ec03f0e78ea9dd78e31ac
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Jun 23 19:00:58 2017 +0200

    x86-64: Fix comment typo in memcmp-avx2-movbe.S

diff --git a/ChangeLog b/ChangeLog
index 093eea9..95bc3b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-06-23  Florian Weimer  <fweimer@redhat.com>
 
+	* sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S (between_2_3): Fix typo in comment.
+
+2017-06-23  Florian Weimer  <fweimer@redhat.com>
+
 	* resolv/res_libc.c: Reformat to GNU style.
 
 2017-06-23  Florian Weimer  <fweimer@redhat.com>
diff --git a/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S b/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S
index 9d19210..2cd2f71 100644
--- a/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S
+++ b/sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S
@@ -148,7 +148,7 @@ L(between_2_3):
 	movzbl	-1(%rsi, %rdx), %esi
 	orl	%edi, %eax
 	orl	%esi, %ecx
-	/* Subtraction is okay because the upper 8 bits a zero.  */
+	/* Subtraction is okay because the upper 8 bits are zero.  */
 	subl	%ecx, %eax
 	ret
 

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

Summary of changes:
 ChangeLog                                    |    4 ++++
 sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S |    2 +-
 2 files changed, 5 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]