From: Luis R. Rodriguez Date: Thu, 9 Aug 2012 09:00:39 +0000 (-0700) Subject: compat: typo fixes for bin/get-compat-kernels X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e773e455cab00080b3ab91c0d1bfcffdc4f111de;p=openwrt%2Fstaging%2Fblogic.git compat: typo fixes for bin/get-compat-kernels Signed-off-by: Luis R. Rodriguez --- diff --git a/bin/get-compat-kernels b/bin/get-compat-kernels index 7975ccabbe91..410782809b62 100755 --- a/bin/get-compat-kernels +++ b/bin/get-compat-kernels @@ -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