Skip to content

Commit dc8fee6

Browse files
committed
Fix typo
1 parent 81ca325 commit dc8fee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/extensions/macro_esimd_emulator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#include <sycl/sycl.hpp>
66

77
#if SYCL_EXT_INTEL_BACKEND_ESIMD_EMULATOR == 1
8-
constexpr bool macro_deifned = true;
8+
constexpr bool macro_defined = true;
99
#else
10-
constexpr bool macro_deifned = false;
10+
constexpr bool macro_defined = false;
1111
#endif
1212

1313
int main() {

0 commit comments

Comments
 (0)