Fixing ppc tests: sed -i 's/# REQUIES: ppc/# REQUIRES: ppc/g'


git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@362728 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ELF/ppc32-tls-gd.s b/test/ELF/ppc32-tls-gd.s
index 02ae078..6d8372d 100644
--- a/test/ELF/ppc32-tls-gd.s
+++ b/test/ELF/ppc32-tls-gd.s
@@ -1,4 +1,4 @@
-# REQUIES: ppc
+# REQUIRES: ppc
 # RUN: llvm-mc -filetype=obj -triple=powerpc %s -o %t.o
 # RUN: echo '.tbss; .globl b, c; b: .zero 4; c:' | llvm-mc -filetype=obj -triple=powerpc - -o %t1.o
 # RUN: ld.lld -shared -soname=t1.so %t1.o -o %t1.so
diff --git a/test/ELF/ppc32-tls-ie.s b/test/ELF/ppc32-tls-ie.s
index 0efaad2..ebd6fa3 100644
--- a/test/ELF/ppc32-tls-ie.s
+++ b/test/ELF/ppc32-tls-ie.s
@@ -1,4 +1,4 @@
-# REQUIES: ppc
+# REQUIRES: ppc
 # RUN: llvm-mc -filetype=obj -triple=powerpc %s -o %t.o
 
 # RUN: ld.lld -shared %t.o -o %t.so
diff --git a/test/ELF/ppc32-tls-le.s b/test/ELF/ppc32-tls-le.s
index 12bb1a7..e4790eb 100644
--- a/test/ELF/ppc32-tls-le.s
+++ b/test/ELF/ppc32-tls-le.s
@@ -1,4 +1,4 @@
-# REQUIES: ppc
+# REQUIRES: ppc
 # RUN: llvm-mc -filetype=obj -triple=powerpc %s -o %t.o
 # RUN: ld.lld %t.o -o %t
 # RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck --check-prefix=LE %s