aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-07-10 18:59:25 +0000
committerTobias Grosser <tobias@grosser.es>2014-07-10 18:59:25 +0000
commite9052eabb1eb272f1bd980177c771e611df53074 (patch)
treef8223b4b9f96ed4e5adc1bbc293f7ceb663f070e
parent41968f1999e97e6982f06318a5bb226ef1a14ada (diff)
[doc] Fix incorrect reference to clang-format -> clang-tidy
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@212755 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/clang-tidy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clang-tidy.rst b/docs/clang-tidy.rst
index e8efa783..c25164ef 100644
--- a/docs/clang-tidy.rst
+++ b/docs/clang-tidy.rst
@@ -53,7 +53,7 @@ There are currently three groups of checks:
* Clang static analyzer checks are named starting with ``clang-analyzer-``.
-The ``-fix`` flag instructs :program:`clang-format` to fix found errors if
+The ``-fix`` flag instructs :program:`clang-tidy` to fix found errors if
supported by corresponding checks.
An overview of all the command-line options: