[libclc] 4cb1803 - [libclc][NFC] Fix typo in comment
Fraser Cormack via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 14 06:39:40 PDT 2025
Author: Fraser Cormack
Date: 2025-04-14T14:38:58+01:00
New Revision: 4cb1803ff9d052f1b75d90d5be87345e54aebf92
URL: https://github.com/llvm/llvm-project/commit/4cb1803ff9d052f1b75d90d5be87345e54aebf92
DIFF: https://github.com/llvm/llvm-project/commit/4cb1803ff9d052f1b75d90d5be87345e54aebf92.diff
LOG: [libclc][NFC] Fix typo in comment
Added:
Modified:
libclc/cmake/modules/AddLibclc.cmake
Removed:
################################################################################
diff --git a/libclc/cmake/modules/AddLibclc.cmake b/libclc/cmake/modules/AddLibclc.cmake
index bd0cfeba97858..154f4ea8f6cf5 100644
--- a/libclc/cmake/modules/AddLibclc.cmake
+++ b/libclc/cmake/modules/AddLibclc.cmake
@@ -24,7 +24,7 @@ function(compile_to_bc)
${ARGN}
)
- # If this is an LLVM IR file (identified soley by its file suffix),
+ # If this is an LLVM IR file (identified solely by its file suffix),
# pre-process it with clang to a temp file, then assemble that to bytecode.
set( TMP_SUFFIX )
get_filename_component( FILE_EXT ${ARG_INPUT} EXT )
More information about the cfe-commits
mailing list