mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
Fix a typo in comment
This commit is contained in:
parent
0e4a3cd708
commit
3cc0cd4c5b
@ -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__ \
|
||||
|
Loading…
Reference in New Issue
Block a user