svn commit: trunk/uClibc/extra/Configs

psm at uclibc.org psm at uclibc.org
Wed Oct 19 09:45:45 UTC 2005


Author: psm
Date: 2005-10-19 02:45:42 -0700 (Wed, 19 Oct 2005)
New Revision: 11887

Log:
Typo correction, thanks cow.

Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2005-10-19 09:21:51 UTC (rev 11886)
+++ trunk/uClibc/extra/Configs/Config.in	2005-10-19 09:45:42 UTC (rev 11887)
@@ -210,10 +210,10 @@
 	  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.
 




More information about the uClibc-cvs mailing list