diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:22 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:22 +0000 |
commit | bde917666307faf3c9e2d290c38a0018f54d7a68 (patch) | |
tree | a4f8b7904ebe75594a47abfa098ba7fff69d0cf5 /llvm/docs/CommandGuide/llvm-build.rst | |
parent | 0e46d8a08c4c50519bd3c5688d0bb21f57edb075 (diff) | |
download | llvm-bde917666307faf3c9e2d290c38a0018f54d7a68.zip llvm-bde917666307faf3c9e2d290c38a0018f54d7a68.tar.gz llvm-bde917666307faf3c9e2d290c38a0018f54d7a68.tar.bz2 |
Fix typos found by http://github.com/lyda/misspell-check
llvm-svn: 157885
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-build.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-build.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-build.rst b/llvm/docs/CommandGuide/llvm-build.rst index 0fe32c6..f788f7c 100644 --- a/llvm/docs/CommandGuide/llvm-build.rst +++ b/llvm/docs/CommandGuide/llvm-build.rst @@ -61,7 +61,7 @@ OPTIONS Write out new *LLVMBuild.txt* files based on the loaded components. This is useful for auto-upgrading the schema of the files. **llvm-build** will try to a limited extent to preserve the comments which were written in the original - source file, although at this time it only preserves block comments that preceed + source file, although at this time it only preserves block comments that precede the section names in the *LLVMBuild* files. |