From 5bb7ac0c55c6f22340300af1b107b8a95006856d Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 20 Sep 2022 17:22:00 -0400 Subject: [PATCH] [NFC] Fix typo in comment --- llvm/runtimes/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/runtimes/CMakeLists.txt b/llvm/runtimes/CMakeLists.txt index 4665864..a3caa8f 100644 --- a/llvm/runtimes/CMakeLists.txt +++ b/llvm/runtimes/CMakeLists.txt @@ -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) -- 2.7.4