compat: typo fixes for bin/get-compat-kernels
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 9 Aug 2012 09:00:39 +0000 (02:00 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 9 Aug 2012 09:00:39 +0000 (02:00 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
bin/get-compat-kernels

index 7975ccabbe9195db1c521f80554a3c1a9d445e73..410782809b62623fe4e5b4504c911b2ffd892897 100755 (executable)
@@ -177,9 +177,9 @@ function usage() {
        echo -e "   this option if you've already ran this script and"
        echo -e "   just need to fix the libc versions against which"
        echo -e "   the binaries in the headers files are linked against. "
-       echo -e "   This was added since kernels >= 3.4 used require"
+       echo -e "   This was added since kernels >= 3.4 require"
        echo -e "   a glibc >= 2.14 for memcpy(), and not all Linux"
-       echo -e "   Linux distributions have such glibc."
+       echo -e "   distributions have such versions of glibc."
 }
 
 if [[ $# -gt 2 ]]; then