From: Jordan Rose Date: Fri, 12 Apr 2013 00:44:24 +0000 (+0000) Subject: [analyzer] Fix grammar in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6026df1e5d518a958aef342d55a9e5d0fbdb85ca;p=clang [analyzer] Fix grammar in comment. By Adam Schnitzer! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp b/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp index 29b4a637cd..fe12866e51 100644 --- a/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp +++ b/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file defines a checkers that display debugging information. +// This file defines checkers that display debugging information. // //===----------------------------------------------------------------------===//