Browse Source

scripts/gcc-goto.sh: fix a typo ("suport")

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jonathan Neuschäfer 14 years ago
parent
commit
df0a92c206
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/gcc-goto.sh

+ 1 - 1
scripts/gcc-goto.sh

@@ -1,5 +1,5 @@
 #!/bin/sh
 #!/bin/sh
-# Test for gcc 'asm goto' suport
+# Test for gcc 'asm goto' support
 # Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
 # Copyright (C) 2010, Jason Baron <jbaron@redhat.com>
 
 
 echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
 echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"