From 0a5e55e819b2fcd33263374d44ae7ad719d46ca8 Mon Sep 17 00:00:00 2001 From: Joel Jones Date: Mon, 3 Apr 2017 18:21:50 +0000 Subject: [PATCH] Fix LLVMBuild.txt typo. NFC llvm-svn: 299373 --- llvm/docs/LLVMBuild.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LLVMBuild.rst b/llvm/docs/LLVMBuild.rst index a93dcf6..622780a 100644 --- a/llvm/docs/LLVMBuild.rst +++ b/llvm/docs/LLVMBuild.rst @@ -54,7 +54,7 @@ handled by another build system (See: :doc:`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. -- 2.7.4