From: Jonathan Neuschäfer Date: Wed, 15 Jun 2011 22:17:46 +0000 (+0200) Subject: scripts/gcc-goto.sh: fix a typo ("suport") X-Git-Tag: v3.1-rc1~245^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df0a92c20652d70da70e5e4d08736cc485eaf1ff;p=thirdparty%2Fkernel%2Flinux.git scripts/gcc-goto.sh: fix a typo ("suport") Signed-off-by: Jonathan Neuschäfer Signed-off-by: Jiri Kosina --- diff --git a/scripts/gcc-goto.sh b/scripts/gcc-goto.sh index 520d16b1ffaf7..98cffcb941ea6 100644 --- a/scripts/gcc-goto.sh +++ b/scripts/gcc-goto.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Test for gcc 'asm goto' suport +# Test for gcc 'asm goto' support # Copyright (C) 2010, Jason Baron echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"