Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 0a1828c

Browse files
Fix typo
Co-authored-by: Romanov Vlad <[email protected]>
1 parent 3e14780 commit 0a1828c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/Regression/reduction_resource_leak.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: env ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --implicit-check-not "LEAK" %s
44

5-
// Tests that additional resources required by discard_write reductions od not
5+
// Tests that additional resources required by discard_write reductions do not
66
// leak.
77

88
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)