diff --git a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp index f69bedfac5a42..3027df71808ea 100644 --- a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp +++ b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp @@ -45,7 +45,7 @@ // // That number *must not* increase. Any PR which causes this number to grow // should be rejected and it should be updated to either keep the number as-is -// or have it reduced (preferrably, down to zero). +// or have it reduced (preferably, down to zero). // // If you see this test failed for your patch, it means that you either // introduced UNSUPPORTED directive to a test improperly, or broke the format of an @@ -57,7 +57,7 @@ // NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 487 // // List of improperly UNSUPPORTED tests. -// Remove the CHECK once the test has been propely UNSUPPORTED. +// Remove the CHECK once the test has been properly UNSUPPORTED. // // CHECK: AOT/early_aot.cpp // CHECK-NEXT: AOT/gpu.cpp diff --git a/sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp b/sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp index eafa797a0c40e..3d4f25d242067 100644 --- a/sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp +++ b/sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp @@ -42,7 +42,7 @@ // // That number *must not* increase. Any PR which causes this number to grow // should be rejected and it should be updated to either keep the number as-is -// or have it reduced (preferrably, down to zero). +// or have it reduced (preferably, down to zero). // // If you see this test failed for your patch, it means that you either // introduced XFAIL directive to a test improperly, or broke the format of an @@ -54,7 +54,7 @@ // NUMBER-OF-XFAIL-WITHOUT-TRACKER: 143 // // List of improperly XFAIL-ed tests. -// Remove the CHECK once the test has been propely XFAIL-ed. +// Remove the CHECK once the test has been properly XFAIL-ed. // // CHECK: AddressSanitizer/nullpointer/private_nullptr.cpp // CHECK-NEXT: Basic/aspects.cpp