]> Pileus Git - ~andy/linux/blobdiff - scripts/gcc-goto.sh
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux...
[~andy/linux] / scripts / gcc-goto.sh
index 520d16b1ffaf72c4c3171d97dfd1e37893523ef8..98cffcb941ea6e319fd4bee04db7f06de379031b 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Test for gcc 'asm goto' suport
+# Test for gcc 'asm goto' support
 # 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"