From: H.J. Lu Date: Mon, 4 Jun 2012 20:47:07 +0000 (-0700) Subject: Fix a typo in comment X-Git-Tag: glibc-2.16-tps~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc0cd4c5b3bed6f7d9aff26322d505785e11aa9;p=thirdparty%2Fglibc.git Fix a typo in comment --- diff --git a/sysdeps/x86/bits/string.h b/sysdeps/x86/bits/string.h index d47a31cb35c..14793029638 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__ \