A follow-up to r210260: updated a comment. No functional changes.
authorAlexander Kornienko <alexfh@google.com>
Thu, 12 Jun 2014 11:25:45 +0000 (11:25 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 12 Jun 2014 11:25:45 +0000 (11:25 +0000)
llvm-svn: 210767

clang-tools-extra/clang-tidy/ClangTidyOptions.h

index 1a5a92e..7359d76 100644 (file)
@@ -34,8 +34,8 @@ struct FileFilter {
 /// \brief Global options. These options are neither stored nor read from
 /// configuration files.
 struct ClangTidyGlobalOptions {
-  /// \brief Output warnings from certain line ranges of certain files only. If
-  /// this list is emtpy, it won't be applied.
+  /// \brief Output warnings from certain line ranges of certain files only.
+  /// If empty, no warnings will be filtered.
   std::vector<FileFilter> LineFilter;
 };