Browse Source

Fix grammar

Eric Andersen 22 years ago
parent
commit
1f979466a2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      extra/scripts/fix_includes.sh

+ 4 - 4
extra/scripts/fix_includes.sh

@@ -26,12 +26,12 @@ usage () {
     echo "for inclusion as the include/linux/ directory provided by"
     echo "for inclusion as the include/linux/ directory provided by"
     echo "uClibc."
     echo "uClibc."
     echo ""
     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 "configured for the architecture specified by TARGET_ARCH,"
     echo "they will be used as-is."
     echo "they will be used as-is."
     echo ""
     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 ""
     echo "If the specified kernel headers are present, but are either"
     echo "If the specified kernel headers are present, but are either"
     echo "not yet configured or are configured for an architecture"
     echo "not yet configured or are configured for an architecture"
@@ -42,7 +42,7 @@ usage () {
     echo "are already configured for the selected architecture."
     echo "are already configured for the selected architecture."
     echo ""
     echo ""
     echo "Most Linux distributions provide 'kernel-headers' packages"
     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 ""
     echo ""
     echo ""
     exit 1;
     exit 1;