[docs] Fix typo in GettingStarted.rst Unlinke -> Unlike (NFC) (#128616)

This commit is contained in:
bodqhrohro
2025-02-27 19:50:10 +01:00
committed by GitHub
parent 8f8529c137
commit 78c96aa24f

View File

@@ -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``.