Skip to content

Commit 4bd1fac

Browse files
authored
[llvm][docs] Fix typo (llvm#190150)
This commit corrects a typo in the project documentation.
1 parent 9ce30c8 commit 4bd1fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/GettingStarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Once llvm is installed, to configure a project for a stand-alone build, invoke C
174174
Notice that:
175175

176176
* The stand-alone build needs to happen in a folder that is not the
177-
original folder where LLVMN was built
177+
original folder where LLVM was built
178178
(`$builddir!=$builddir_subproj`).
179179
* ``LLVM_ROOT`` should point to the prefix of your llvm installation,
180180
so for example, if llvm is installed into ``/usr/bin`` and

0 commit comments

Comments
 (0)