Skip to content

Commit 4cb1803

Browse files
committed
[libclc][NFC] Fix typo in comment
1 parent 4eaf3a7 commit 4cb1803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/cmake/modules/AddLibclc.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function(compile_to_bc)
2424
${ARGN}
2525
)
2626

27-
# If this is an LLVM IR file (identified soley by its file suffix),
27+
# If this is an LLVM IR file (identified solely by its file suffix),
2828
# pre-process it with clang to a temp file, then assemble that to bytecode.
2929
set( TMP_SUFFIX )
3030
get_filename_component( FILE_EXT ${ARG_INPUT} EXT )

0 commit comments

Comments
 (0)