Browse Source

Typo correction, thanks cow.

Peter S. Mazinger 18 years ago
parent
commit
6a98e3e5f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extra/Configs/Config.in

+ 2 - 2
extra/Configs/Config.in

@@ -210,10 +210,10 @@ config FORCE_SHAREABLE_TEXT_SEGMENTS
 	  If you answer Y here, the uClibc native shared library loader will
 	  only load shared libraries, which do not need to modify any non-writable
 	  segments. These libraries haven't set the DT_TEXTREL tag in the dynamic
-	  section (==> objdump). So all your libraries must be compiled with
+	  section (==> objdump). All your libraries must be compiled with
 	  -fPIC or -fpic, and all assembler function must be written as position
 	  independent code (PIC).
-	  Enabling this option will makes uClibc's shared library loader a
+	  Enabling this option will make uClibc's shared library loader a
 	  little bit smaller and guarantee that no memory will be wasted by badly
 	  coded shared libraries.