[docs] fix typo in clang-rename docs

clang-rename is a refactoring tool, not "linter" tool. Fix typo in docs.

llvm-svn: 277623
This commit is contained in:
Kirill Bobyrev 2016-08-03 18:15:07 +00:00
parent 623afbdbd7
commit f9e2f4410e
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ See also:
:maxdepth: 1
:program:`clang-rename` is a clang-based C++ "linter" tool. Its purpose is to
perform efficient renaming actions in large-scale projects such as renaming
classes, functions, variables, arguments, namespaces etc.
:program:`clang-rename` is a C++ refactoring tool. Its purpose is to perform
efficient renaming actions in large-scale projects such as renaming classes,
functions, variables, arguments, namespaces etc.
The tool is in a very early development stage, so you might encounter bugs and
crashes. Submitting reports with information about how to reproduce the issue