Skip to content

Commit 312f171

Browse files
frasercrmckgithub-actions[bot]
authored andcommitted
Automerge: [libclc][NFC] Fix typo in comment
2 parents df79015 + 4cb1803 commit 312f171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/cmake/modules/AddLibclc.cmake

Lines changed: 1 addition & 1 deletion
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)