Fixed a typo in a comment. NFC.

llvm-svn: 224581
This commit is contained in:
Alexander Kornienko 2014-12-19 15:37:02 +00:00
parent 5010b262aa
commit 284c249a63
1 changed files with 1 additions and 1 deletions
clang-tools-extra/clang-tidy

View File

@ -112,7 +112,7 @@ struct ProfileData {
llvm::StringMap<llvm::TimeRecord> Records;
};
/// \brief Every \c ClangTidyCheck reports errors through a \c DiagnosticEngine
/// \brief Every \c ClangTidyCheck reports errors through a \c DiagnosticsEngine
/// provided by this context.
///
/// A \c ClangTidyCheck always has access to the active context to report