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 | |
parent | 0e46d8a08c4c50519bd3c5688d0bb21f57edb075 (diff) | |
download | bcm5719-llvm-bde917666307faf3c9e2d290c38a0018f54d7a68.tar.gz bcm5719-llvm-bde917666307faf3c9e2d290c38a0018f54d7a68.zip |
Fix typos found by http://github.com/lyda/misspell-check
llvm-svn: 157885
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 2 | ||||
-rw-r--r-- | llvm/docs/CommandGuide/llvm-build.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 0073ebe2b3a..3eb0be91f13 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -442,7 +442,7 @@ following format. ... log message ... <log delineator> -where <test name> should be the name of a preceeding reported test, <log +where <test name> should be the name of a preceding reported test, <log delineator> is a string of '\*' characters *at least* four characters long (the recommended length is 20), and <trailing delineator> is an arbitrary (unparsed) string. diff --git a/llvm/docs/CommandGuide/llvm-build.rst b/llvm/docs/CommandGuide/llvm-build.rst index 0fe32c62c4f..f788f7c5a83 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. |