Fix a typo in comment

This commit is contained in:
H.J. Lu 2012-06-04 13:47:07 -07:00
parent 0e4a3cd708
commit 3cc0cd4c5b

View File

@ -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__ \