Skip to content

Commit

Permalink
Fix a typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu committed Jun 4, 2012
1 parent 0e4a3cd commit 3cc0cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/x86/bits/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ \
Expand Down

0 comments on commit 3cc0cd4

Please sign in to comment.