[clang-tools-extra] r224581 - Fixed a typo in a comment. NFC.
Alexander Kornienko
alexfh at google.com
Fri Dec 19 07:37:03 PST 2014
Author: alexfh
Date: Fri Dec 19 09:37:02 2014
New Revision: 224581
URL: http://llvm.org/viewvc/llvm-project?rev=224581&view=rev
Log:
Fixed a typo in a comment. NFC.
Modified:
clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.h
Modified: clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.h?rev=224581&r1=224580&r2=224581&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.h (original)
+++ clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.h Fri Dec 19 09:37:02 2014
@@ -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
More information about the cfe-commits
mailing list