diff -r f0d84f1d4c93 -r 548b7aa23385 config/toolchain.in --- a/config/toolchain.in Wed Aug 15 16:18:35 2007 +0000 +++ b/config/toolchain.in Thu Feb 14 22:44:34 2008 +0000 @@ -24,7 +24,7 @@ choice bool - prompt "Threading implentation to use:" + prompt "Threading implementation to use:" default THREADS_NPTL if LIBC_SUPPORT_NPTL default THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL default THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL @@ -142,7 +142,7 @@ config CROSS_NATIVE bool - prompt "Croos-native (EXPERIMENTAL)" + prompt "Cross-native (EXPERIMENTAL)" depends on EXPERIMENTAL help Build a cross-native toolchain.