diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:20:58 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:20:58 +0000 |
| commit | be8f396bde1a2bf342cd337c921afd0adee1d7d2 (patch) | |
| tree | f451e5dc93528abcbc0ecd0a866203a51258c596 /clang/docs/ClangFormatStyleOptions.rst | |
| parent | 84666a19649df885b40e2fb1da1c11674fcd9620 (diff) | |
| download | bcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.tar.gz bcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.zip | |
Fix some typos in the clang doc
llvm-svn: 260856
Diffstat (limited to 'clang/docs/ClangFormatStyleOptions.rst')
| -rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index bfabd5985ca..1e9a3723d1a 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -666,7 +666,7 @@ Adding additional style options =============================== Each additional style option adds costs to the clang-format project. Some of -these costs affect the clang-format developement itself, as we need to make +these costs affect the clang-format development itself, as we need to make sure that any given combination of options work and that new features don't break any of the existing options in any way. There are also costs for end users as options become less discoverable and people have to think about and make a |

