[llvm] 5bb7ac0 - [NFC] Fix typo in comment

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 14:22:16 PDT 2022


Author: Louis Dionne
Date: 2022-09-20T17:22:08-04:00
New Revision: 5bb7ac0c55c6f22340300af1b107b8a95006856d

URL: https://github.com/llvm/llvm-project/commit/5bb7ac0c55c6f22340300af1b107b8a95006856d
DIFF: https://github.com/llvm/llvm-project/commit/5bb7ac0c55c6f22340300af1b107b8a95006856d.diff

LOG: [NFC] Fix typo in comment

Added: 
    

Modified: 
    llvm/runtimes/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/runtimes/CMakeLists.txt b/llvm/runtimes/CMakeLists.txt
index 4665864f485aa..a3caa8f200778 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)


        


More information about the llvm-commits mailing list