[llvm] 78c96aa - [docs] Fix typo in GettingStarted.rst Unlinke -> Unlike (NFC) (#128616)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 10:50:14 PST 2025
Author: bodqhrohro
Date: 2025-02-27T18:50:10Z
New Revision: 78c96aa24f0406e630674d82eef073ea3d4c8141
URL: https://github.com/llvm/llvm-project/commit/78c96aa24f0406e630674d82eef073ea3d4c8141
DIFF: https://github.com/llvm/llvm-project/commit/78c96aa24f0406e630674d82eef073ea3d4c8141.diff
LOG: [docs] Fix typo in GettingStarted.rst Unlinke -> Unlike (NFC) (#128616)
Added:
Modified:
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 7f73b61e11dd0..372fd403ef65d 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -545,7 +545,7 @@ Local LLVM Configuration
------------------------
Once checked out repository, the LLVM suite source code must be configured
-before being built. This process uses CMake. Unlinke the normal ``configure``
+before being built. This process uses CMake. Unlike the normal ``configure``
script, CMake generates the build files in whatever format you request as well
as various ``*.inc`` files, and ``llvm/include/llvm/Config/config.h.cmake``.
More information about the llvm-commits
mailing list