Fix LLVMBuild.txt typo. NFC

llvm-svn: 299373
This commit is contained in:
Joel Jones 2017-04-03 18:21:50 +00:00
parent 754dd3eaef
commit 0a5e55e819
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ handled by another build system (See: :doc:`CMake <CMake>`).
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.