[CLANG] Fix typo in test/CodeGen/c-strings.c
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 20 Dec 2022 08:56:03 +0000 (13:56 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 20 Dec 2022 08:59:16 +0000 (13:59 +0500)
This patch fixes a typo in test/CodeGen/c-strings.c. Test was failing
on AArch64/Windows.

clang/test/CodeGen/c-strings.c

index abb4a83..988deee 100644 (file)
@@ -1,4 +1,4 @@
-// XFAIL: taraget=aarch64-pc-windows-{{.*}}
+// XFAIL: target=aarch64-pc-windows-{{.*}}
 // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=ITANIUM
 // RUN: %clang_cc1 -triple %ms_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=MSABI