r194283 - Fix grammar-o.

Bill Wendling isanbard at gmail.com
Fri Nov 8 14:15:02 PST 2013


Author: void
Date: Fri Nov  8 16:15:02 2013
New Revision: 194283

URL: http://llvm.org/viewvc/llvm-project?rev=194283&view=rev
Log:
Fix grammar-o.

Modified:
    cfe/trunk/docs/ClangTools.rst

Modified: cfe/trunk/docs/ClangTools.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.rst?rev=194283&r1=194282&r2=194283&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.rst (original)
+++ cfe/trunk/docs/ClangTools.rst Fri Nov  8 16:15:02 2013
@@ -88,8 +88,8 @@ Clang-format is both a :doc:`library <Li
 <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.
 





More information about the cfe-commits mailing list