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.15-1151-g3cc0cd4


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  3cc0cd4c5b3bed6f7d9aff26322d505785e11aa9 (commit)
      from  0e4a3cd70809f9e67813fdbd781573f3081127cb (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3cc0cd4c5b3bed6f7d9aff26322d505785e11aa9

commit 3cc0cd4c5b3bed6f7d9aff26322d505785e11aa9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jun 4 13:47:07 2012 -0700

    Fix a typo in comment

diff --git a/sysdeps/x86/bits/string.h b/sysdeps/x86/bits/string.h
index d47a31c..1479302 100644
--- a/sysdeps/x86/bits/string.h
+++ b/sysdeps/x86/bits/string.h
@@ -23,7 +23,7 @@
 /* The ix86 processors can access unaligned multi-byte variables.  */
 #define _STRING_ARCH_unaligned	1
 
-/* Enable inline functions only for i486 or bette when compiling for
+/* Enable inline functions only for i486 or better when compiling for
    ia32.  */
 #if !defined __x86_64__ && (defined __i486__ || defined __pentium__	      \
 			    || defined __pentiumpro__ || defined __pentium4__ \

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

Summary of changes:
 sysdeps/x86/bits/string.h |    2 +-
 1 files changed, 1 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]