From edcd5dcc9b075af9965c66b54e14f1cb87940c9b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 20 Oct 2015 18:15:01 +0200 Subject: typo fix Signed-off-by: Denys Vlasenko --- scripts/trylink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/trylink b/scripts/trylink index 9132b3f76..6e1187ed0 100755 --- a/scripts/trylink +++ b/scripts/trylink @@ -51,7 +51,7 @@ check_cc() { echo "int main(int argc,char**argv){return argv?argc:0;}" >"$tempname".c # Can use "-o /dev/null", but older gcc tend to *unlink it* on failure! :( # Was using "-xc /dev/null", but we need a valid C program. - # "eval" may be needed is CFLAGS can contain + # "eval" may be needed if CFLAGS can contain # '... -D"BB_VER=KBUILD_STR(1.N.M)" ...' # and we need shell to process quotes! $CC $CFLAGS $1 "$tempname".c -o "$tempname" >/dev/null 2>&1 -- cgit v1.2.3