Skip to content

Commit c3e02d1

Browse files
committed
[UR] Fix typos
1 parent a2e75e3 commit c3e02d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
363363
)
364364

365365
# Copy the debug UR runtime libraries to <build>/bin & <build>/lib for use in
366-
# the partent build, e.g. integration testing.
366+
# the parent build, e.g. integration testing.
367367
set(URD_COPY_FILES)
368368
macro(urd_copy_library_to_build library)
369369
list(APPEND URD_COPY_FILES
@@ -384,8 +384,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
384384
endmacro()
385385

386386
urd_copy_library_to_build(ur_loaderd)
387-
foreach(adatper ${SYCL_ENABLE_BACKENDS})
388-
urd_copy_library_to_build(ur_adapter_${adatper}d)
387+
foreach(adapter ${SYCL_ENABLE_BACKENDS})
388+
urd_copy_library_to_build(ur_adapter_${adapter}d)
389389
endforeach()
390390
# TODO: Also copy umfd.dll/umfd.lib
391391
# urd_copy_library_to_build(umfd)

0 commit comments

Comments
 (0)