summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-08 22:15:02 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-08 22:15:02 +0000
commit56e82a080b34f6d6559257dd4f47e695e2fca006 (patch)
tree5e4ebd2900ee31c090d3bffe104664b797de5dca
parent3078977d28f2d932afef2e65f4413e3ebca038ea (diff)
downloadbcm5719-llvm-56e82a080b34f6d6559257dd4f47e695e2fca006.tar.gz
bcm5719-llvm-56e82a080b34f6d6559257dd4f47e695e2fca006.zip
Fix grammar-o.
llvm-svn: 194283
-rw-r--r--clang/docs/ClangTools.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ClangTools.rst b/clang/docs/ClangTools.rst
index ba1eac85c06..f8a7c366dba 100644
--- a/clang/docs/ClangTools.rst
+++ b/clang/docs/ClangTools.rst
@@ -88,8 +88,8 @@ Clang-format is both a :doc:`library <LibFormat>` and a :doc:`stand-alone tool
<ClangFormat>` with the goal of automatically reformatting C++ sources files
according to configurable style guides. To do so, clang-format uses Clang's
``Lexer`` to transform an input file into a token stream and then changes all
-the whitespace around those tokens. The goal is for clang-format to both serve
-both as a user tool (ideally with powerful IDE integrations) and part of other
+the whitespace around those tokens. The goal is for clang-format to serve both
+as a user tool (ideally with powerful IDE integrations) and as part of other
refactoring tools, e.g. to do a reformatting of all the lines changed during a
renaming.
OpenPOWER on IntegriCloud