config/toolchain.in
changeset 425 548b7aa23385
parent 335 f0d84f1d4c93
child 530 010a5f732a6f
     1.1 --- a/config/toolchain.in	Wed Aug 15 16:18:35 2007 +0000
     1.2 +++ b/config/toolchain.in	Thu Feb 14 22:44:34 2008 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  choice
     1.6      bool
     1.7 -    prompt "Threading implentation to use:"
     1.8 +    prompt "Threading implementation to use:"
     1.9      default THREADS_NPTL           if LIBC_SUPPORT_NPTL
    1.10      default THREADS_LINUXTHREADS   if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
    1.11      default THREADS_NONE           if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
    1.12 @@ -142,7 +142,7 @@
    1.13  
    1.14  config CROSS_NATIVE
    1.15      bool
    1.16 -    prompt "Croos-native (EXPERIMENTAL)"
    1.17 +    prompt "Cross-native (EXPERIMENTAL)"
    1.18      depends on EXPERIMENTAL
    1.19      help
    1.20        Build a cross-native toolchain.