[docs] fix typo in clang-rename docs
authorKirill Bobyrev <omtcyfz@gmail.com>
Wed, 3 Aug 2016 18:15:07 +0000 (18:15 +0000)
committerKirill Bobyrev <omtcyfz@gmail.com>
Wed, 3 Aug 2016 18:15:07 +0000 (18:15 +0000)
clang-rename is a refactoring tool, not "linter" tool. Fix typo in docs.

llvm-svn: 277623

clang-tools-extra/docs/clang-rename.rst

index 5c34a32..d49b6f0 100644 (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