diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-02-14 22:44:34 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-02-14 22:44:34 +0000 |
commit | 07fa6117711e0eba3543bf37d05177c4c332572f (patch) | |
tree | c614a616871d7ff7119b7fdc94ec4d4fb0134b67 /config/toolchain.in | |
parent | f363a4c3d570b270ae037dd8658285695b533340 (diff) | |
download | crosstool-ng-07fa6117711e0eba3543bf37d05177c4c332572f.tar.gz crosstool-ng-07fa6117711e0eba3543bf37d05177c4c332572f.tar.bz2 crosstool-ng-07fa6117711e0eba3543bf37d05177c4c332572f.zip |
Robet P. J. DAY: typoes.
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index bebf5b83..bc0dc848 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -24,7 +24,7 @@ config SHARED_LIBS 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 config CROSS_NATIVE bool - prompt "Croos-native (EXPERIMENTAL)" + prompt "Cross-native (EXPERIMENTAL)" depends on EXPERIMENTAL help Build a cross-native toolchain. |