Skip to content

Commit 5eda190

Browse files
committed
fixed a typo.
Signed-off-by: Byoungro So <[email protected]>
1 parent 45d6f99 commit 5eda190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/regression/macro_conflict.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//===----------------------------------------------------------------------===//
55
// This test checks if the user-defined macros SUCCESS is
66
// conflicting with the symbols defined in SYCL header files.
7-
// This test only checks compilation errorr, so the main function is omitted.
7+
// This test only checks compilation error, so the main function is omitted.
88
//===----------------------------------------------------------------------===//
99

1010
#define SUCCESS 0

0 commit comments

Comments
 (0)