[llvm] 38df9eb - [docs] Fix a typo in llvm/docs/CMake.rst (#138639)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 29 15:57:49 PDT 2025


Author: ur4t
Date: 2025-06-29T23:57:46+01:00
New Revision: 38df9ebdc6dbfb7ffacb0a3236137bd1819a2f45

URL: https://github.com/llvm/llvm-project/commit/38df9ebdc6dbfb7ffacb0a3236137bd1819a2f45
DIFF: https://github.com/llvm/llvm-project/commit/38df9ebdc6dbfb7ffacb0a3236137bd1819a2f45.diff

LOG: [docs] Fix a typo in llvm/docs/CMake.rst (#138639)

Added: 
    

Modified: 
    llvm/docs/CMake.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index fc8223560c91c..2f03421c92230 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -710,7 +710,7 @@ enabled sub-projects. Nearly all of these variable names begin with
   For example, ar will be symlinked to llvm-ar.
 
 **LLVM_INSTALL_CCTOOLS_SYMLINKS**:BOOL
-  Install symliks from the cctools tool names to the corresponding LLVM tools.
+  Install symlinks from the cctools tool names to the corresponding LLVM tools.
   For example, lipo will be symlinked to llvm-lipo.
 
 **LLVM_INSTALL_OCAMLDOC_HTML_DIR**:STRING


        


More information about the llvm-commits mailing list