瀏覽代碼

Fix LLVMBuild.txt typo. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299373 91177308-0d34-0410-b5e6-96231b3b80d8
Joel Jones 8 年之前
父節點
當前提交
5b2afe9ffb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/LLVMBuild.rst

+ 1 - 1
docs/LLVMBuild.rst

@@ -54,7 +54,7 @@ handled by another build system (See: :doc:`CMake <CMake>`).
 The build system implementation will load the relevant contents of the
 The build system implementation will load the relevant contents of the
 LLVMBuild files and use that to drive the actual project build.
 LLVMBuild files and use that to drive the actual project build.
 Typically, the build system will only need to load this information at
 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
 systems will also handle automatically reconfiguring their information
 when the contents of the ``LLVMBuild.txt`` files change.
 when the contents of the ``LLVMBuild.txt`` files change.