[llvm] Update GettingStarted.rst (PR #128616)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 18:11:16 PST 2025
https://github.com/bodqhrohro created https://github.com/llvm/llvm-project/pull/128616
None
>From 2057d0c71aec06344d6aba475a1ba738f4791a39 Mon Sep 17 00:00:00 2001
From: bodqhrohro <bodqhrohro at gmail.com>
Date: Tue, 25 Feb 2025 03:10:18 +0100
Subject: [PATCH] Update GettingStarted.rst
---
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 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