summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2016-02-26 10:24:29 +0000
committerAlexander Kornienko <alexfh@google.com>2016-02-26 10:24:29 +0000
commita2513599ef5150474797a5b52809ddd3fff76925 (patch)
treee7cf3dc7bd0465e3a2a527322239c4c34330d3d0
parenta0028d8985e201c8f77f6902b4edd8b7f90dabb8 (diff)
downloadclang-tools-extra-a2513599ef5150474797a5b52809ddd3fff76925.tar.gz
[clang-tidy] Minor change in the doc
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@261998 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/clang-tidy/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clang-tidy/index.rst b/docs/clang-tidy/index.rst
index d6017806..d7e076ca 100644
--- a/docs/clang-tidy/index.rst
+++ b/docs/clang-tidy/index.rst
@@ -11,7 +11,7 @@ See also:
The list of clang-tidy checks <checks/list>
-:program:`clang-tidy` is a clang-based C++ linter tool. Its purpose is to
+:program:`clang-tidy` is a clang-based C++ "linter" tool. Its purpose is to
provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced via
static analysis. :program:`clang-tidy` is modular and provides a convenient