[NFC] Fix typo in comment

This commit is contained in:
Louis Dionne 2022-09-20 17:22:00 -04:00
parent 9df4e00d4a
commit 5bb7ac0c55
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ endfunction()
if(runtimes)
# Create a runtimes target that uses this file as its top-level CMake file.
# The runtimes target is a configuration of all the runtime libraries
# together in a single CMake invocaiton.
# together in a single CMake invocation.
set(extra_deps "")
if("openmp" IN_LIST LLVM_ENABLE_RUNTIMES)
if(TARGET opt)