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

via llvm-commits llvm-commits at lists.llvm.org
Mon May 5 23:46:53 PDT 2025


https://github.com/ur4t created https://github.com/llvm/llvm-project/pull/138639

None

>From b03060e4d2aa979f601b12cc9a527e01d6366410 Mon Sep 17 00:00:00 2001
From: ur4t <ur4t at protonmail.com>
Date: Tue, 6 May 2025 14:42:18 +0800
Subject: [PATCH] Fix a typo in llvm/docs/CMake.rst

---
 llvm/docs/CMake.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index c5744ea0f2ecf..3d2f352fc5b21 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -707,7 +707,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