From 78c96aa24f0406e630674d82eef073ea3d4c8141 Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Thu, 27 Feb 2025 19:50:10 +0100 Subject: [PATCH] [docs] Fix typo in GettingStarted.rst Unlinke -> Unlike (NFC) (#128616) --- llvm/docs/GettingStarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 7f73b61e11dd..372fd403ef65 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``.