diff options
author | Eli Bendersky <eliben@google.com> | 2013-04-18 16:39:32 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-04-18 16:39:32 +0000 |
commit | bff177676c32b88e19b8230cf048b5d7bdc7d657 (patch) | |
tree | 65755e558dcb865bd4d6d4c1be38fda29164402a /docs | |
parent | c3a9574eed4420985533b7223fda094d3c191f68 (diff) |
Fix grammar in LLVMBuild.rst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LLVMBuild.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LLVMBuild.rst b/docs/LLVMBuild.rst index d9215dd8eb..040b04480e 100644 --- a/docs/LLVMBuild.rst +++ b/docs/LLVMBuild.rst @@ -123,8 +123,8 @@ the file format is below: boolean_property_name = 1 (or 0) LLVMBuild files are expected to define a strict set of sections and -properties. An typical component description file for a library -component would look typically look like the following example: +properties. A typical component description file for a library +component would look like the following example: .. code-block:: ini |