From 4cb1803ff9d052f1b75d90d5be87345e54aebf92 Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Mon, 14 Apr 2025 14:38:58 +0100 Subject: [PATCH] [libclc][NFC] Fix typo in comment --- libclc/cmake/modules/AddLibclc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libclc/cmake/modules/AddLibclc.cmake b/libclc/cmake/modules/AddLibclc.cmake index bd0cfeba9785..154f4ea8f6cf 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 )