[llvm] r299373 - Fix LLVMBuild.txt typo. NFC
Joel Jones via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 11:21:51 PDT 2017
Author: joel_k_jones
Date: Mon Apr 3 13:21:50 2017
New Revision: 299373
URL: http://llvm.org/viewvc/llvm-project?rev=299373&view=rev
Log:
Fix LLVMBuild.txt typo. NFC
Modified:
llvm/trunk/docs/LLVMBuild.rst
Modified: llvm/trunk/docs/LLVMBuild.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LLVMBuild.rst?rev=299373&r1=299372&r2=299373&view=diff
==============================================================================
--- llvm/trunk/docs/LLVMBuild.rst (original)
+++ llvm/trunk/docs/LLVMBuild.rst Mon Apr 3 13:21:50 2017
@@ -54,7 +54,7 @@ handled by another build system (See: :d
The build system implementation will load the relevant contents of the
LLVMBuild files and use that to drive the actual project build.
Typically, the build system will only need to load this information at
-"configure" time, and use it to generative native information. Build
+"configure" time, and use it to generate native information. Build
systems will also handle automatically reconfiguring their information
when the contents of the ``LLVMBuild.txt`` files change.
More information about the llvm-commits
mailing list