From 4bd1facaed1587929fbbb0833243b5e0d1130c18 Mon Sep 17 00:00:00 2001 From: Hicham Omari Date: Sun, 5 Apr 2026 22:00:25 +0200 Subject: [PATCH] [llvm][docs] Fix typo (#190150) This commit corrects a typo in the project documentation. --- 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 09cd165a55a9..fffa5a0d8280 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -174,7 +174,7 @@ Once llvm is installed, to configure a project for a stand-alone build, invoke C Notice that: * The stand-alone build needs to happen in a folder that is not the - original folder where LLVMN was built + original folder where LLVM was built (`$builddir!=$builddir_subproj`). * ``LLVM_ROOT`` should point to the prefix of your llvm installation, so for example, if llvm is installed into ``/usr/bin`` and