summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:44:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:44:34 (GMT)
commit07fa6117711e0eba3543bf37d05177c4c332572f (patch)
treec614a616871d7ff7119b7fdc94ec4d4fb0134b67 /config/toolchain.in
parentf363a4c3d570b270ae037dd8658285695b533340 (diff)
Robet P. J. DAY: typoes.
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index bebf5b8..bc0dc84 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.