diff options
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 8d895935e..7d1401121 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -373,7 +373,7 @@ config UCLIBC_HAS_THREADS If your applications require pthreads, answer Y. config UCLIBC_HAS_THREADS_NATIVE - bool "Native POSIX Threading (NPTL) Support" + bool "Native POSIX Thread Library (NPTL) Support" depends on UCLIBC_HAS_THREADS default n help |