[doc] Fix incorrect reference to clang-format -> clang-tidy

llvm-svn: 212755
This commit is contained in:
Tobias Grosser 2014-07-10 18:59:25 +00:00
parent 40f842de9c
commit 0fcf3cce2b
1 changed files with 1 additions and 1 deletions

View File

@ -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: