diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-06-04 13:47:07 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-06-04 13:47:07 -0700 |
commit | 3cc0cd4c5b3bed6f7d9aff26322d505785e11aa9 (patch) | |
tree | 7a01b0c1df2545a45c459d8b99fd62dba529712f /sysdeps | |
parent | 0e4a3cd70809f9e67813fdbd781573f3081127cb (diff) |
Fix a typo in comment
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86/bits/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ \ |