diff --git a/sysdeps/x86/bits/string.h b/sysdeps/x86/bits/string.h index d47a31cb35..1479302963 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__ \