summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
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.