[clang-tools-extra] r278255 - [Documentation] Fix grammar mistakes in docs/clang-tidy/index.rst spotted by Alexander Kornienko.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 11:02:15 PDT 2016


Author: eugenezelenko
Date: Wed Aug 10 13:02:15 2016
New Revision: 278255

URL: http://llvm.org/viewvc/llvm-project?rev=278255&view=rev
Log:
[Documentation] Fix grammar mistakes in docs/clang-tidy/index.rst spotted by Alexander Kornienko.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/index.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/index.rst?rev=278255&r1=278254&r2=278255&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/index.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/index.rst Wed Aug 10 13:02:15 2016
@@ -246,7 +246,7 @@ rest of this document explains how to do
 There are a few tools particularly useful when developing clang-tidy checks:
   * ``add_new_check.py`` is a script to automate the process of adding a new
     check, it will create the check, update the CMake file and create a test;
-  * ``rename_check.py`` does what the script name suggest, renames an existing
+  * ``rename_check.py`` does what the script name suggests, renames an existing
     check;
   * :program:`clang-query` is invaluable for interactive prototyping of AST
     matchers and exploration of the Clang AST;




More information about the cfe-commits mailing list