[uClibc-cvs] uClibc/extra/scripts fix_includes.sh,1.3,1.4

Erik Andersen andersen at uclibc.org
Tue Sep 9 09:11:21 UTC 2003


Update of /var/cvs/uClibc/extra/scripts
In directory winder:/tmp/cvs-serv30467/extra/scripts

Modified Files:
	fix_includes.sh 
Log Message:
Fix grammar


Index: fix_includes.sh
===================================================================
RCS file: /var/cvs/uClibc/extra/scripts/fix_includes.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fix_includes.sh	4 Sep 2003 01:39:18 -0000	1.3
+++ fix_includes.sh	9 Sep 2003 09:11:16 -0000	1.4
@@ -26,12 +26,12 @@
     echo "for inclusion as the include/linux/ directory provided by"
     echo "uClibc."
     echo ""
-    echo "If the specified kernel headers present and already"
+    echo "If the specified kernel headers are present and already"
     echo "configured for the architecture specified by TARGET_ARCH,"
     echo "they will be used as-is."
     echo ""
-    echo "If the specified kernel headers are entirely missing, this"
-    echo "script returns an error."
+    echo "If the specified kernel headers are missing entirely, this"
+    echo "script will return an error."
     echo ""
     echo "If the specified kernel headers are present, but are either"
     echo "not yet configured or are configured for an architecture"
@@ -42,7 +42,7 @@
     echo "are already configured for the selected architecture."
     echo ""
     echo "Most Linux distributions provide 'kernel-headers' packages"
-    echo "that are well suited for use by uClibc."
+    echo "that are suitable for use by uClibc."
     echo ""
     echo ""
     exit 1;




More information about the uClibc-cvs mailing list