From 3cc0cd4c5b3bed6f7d9aff26322d505785e11aa9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 4 Jun 2012 13:47:07 -0700 Subject: [PATCH] Fix a typo in comment --- sysdeps/x86/bits/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/x86/bits/string.h b/sysdeps/x86/bits/string.h index d47a31cb35c..14793029638 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__ \ -- 2.47.2