diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 4d816a0815..44afe0fe30 100644 --- a/Makeconfig +++ b/Makeconfig @@ -688,7 +688,7 @@ ifndef rtld-version-installed-name rtld-version-installed-name = ld-$(version).so endif -# The librt must contain be linked with the thread library. It least +# The librt must be linked with the thread library, at least # for now. ifneq (,$(findstring linuxthreads,$(add-ons))) shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so |