Skip to content

Commit 13d5408

Browse files
committed
Fix typos
1 parent 750d5aa commit 13d5408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildbot/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def do_configure(args, passthrough_args):
8282
if libclc_enabled:
8383
llvm_enable_projects += ";libclc"
8484

85-
# DeviceRIL uses -fuse-ld=lld, so enbale lld.
85+
# DeviceRTL uses -fuse-ld=lld, so enable lld.
8686
if args.offload:
8787
llvm_enable_projects += ";lld"
8888

unified-runtime/source/adapters/offload/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (UR_OFFLOAD_INSTALL_DIR STREQUAL "" OR UR_OFFLOAD_INCLUDE_DIR STREQUAL "")
4747
)
4848
# Build OpenMP runtime (required dependency for offlload's libomptarget) from the cloned source
4949
ExternalProject_Add(openmp_ext
50-
# DeviceRIL uses -fuse-ld=lld, so add lld to the dependencies.
50+
# DeviceRTL uses -fuse-ld=lld, so add lld to the dependencies.
5151
DEPENDS llvm_project_src llvm-tblgen LLVMSupport clang lld
5252
SOURCE_DIR ${LLVM_PROJECT_SOURCE_DIR}/openmp
5353
CMAKE_ARGS

0 commit comments

Comments
 (0)