Skip to content

Commit fa2d83f

Browse files
committed
Fix typo
1 parent 0365bd4 commit fa2d83f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// XFAIL: *
2-
// Failure is expected untill fixed in LLORG upstream.
2+
// Failure is expected until fixed in LLORG upstream.
33
// TODO: remove XFAIL once the test starts to pass.
44

55
// RUN: %clang_cc1 -verify=host -Rpass=openmp -fopenmp -x c++ -triple powerpc64le-unknown-unknown -fopenmp-targets=nvptx64-nvidia-cuda -emit-llvm-bc %s -o %t-ppc-host.bc

clang/test/OpenMP/remarks_parallel_in_target_state_machine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// XFAIL: *
2-
// Failure is expected untill fixed in LLORG upstream.
2+
// Failure is expected until fixed in LLORG upstream.
33
// TODO: remove XFAIL once the test starts to pass.
44

55
// RUN: %clang_cc1 -verify=host -Rpass=openmp -fopenmp -x c++ -triple powerpc64le-unknown-unknown -fopenmp-targets=nvptx64-nvidia-cuda -emit-llvm-bc %s -o %t-ppc-host.bc

0 commit comments

Comments
 (0)