Skip to content

Commit 6a05e7a

Browse files
authored
[SYCL][libdevice][NFC] Fix comment in CMake file (#13308)
Whoops. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 2011829 commit 6a05e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdevice/cmake/modules/SYCLLibdevice.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ string(CONCAT sycl_targets_opt
2525
if (NOT WIN32)
2626
# Don't build for spirv64 on Windows due to
2727
# some type size difference issues.
28-
# Build on once Windows once internal tracker is fixed.
28+
# Build on Windows once internal tracker is fixed.
2929
string(APPEND
3030
sycl_targets_opt
3131
",spirv64-unknown-unknown")

0 commit comments

Comments
 (0)