]> granicus.if.org Git - clang/commitdiff
Fix English grammar error.
authorLawrence Crowl <crowl@google.com>
Thu, 20 Jun 2013 20:51:51 +0000 (20:51 +0000)
committerLawrence Crowl <crowl@google.com>
Thu, 20 Jun 2013 20:51:51 +0000 (20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184463 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/ModuleMap.h

index bd57ce487725cc5e6c93bcf006b6feda0816b0b9..b33b9e5ba60d23444679f99243e198c2410a1e9c 100644 (file)
@@ -85,7 +85,7 @@ class ModuleMap {
 
   typedef llvm::DenseMap<const FileEntry *, KnownHeader> HeadersMap;
 
-  /// \brief Mapping from each header to the module that owns the contents of the
+  /// \brief Mapping from each header to the module that owns the contents of
   /// that header.
   HeadersMap Headers;