From: Lawrence Crowl Date: Thu, 20 Jun 2013 20:51:51 +0000 (+0000) Subject: Fix English grammar error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdeba0b0127e0d97b10752a1e875901da4426810;p=clang Fix English grammar error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184463 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index bd57ce4877..b33b9e5ba6 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -85,7 +85,7 @@ class ModuleMap { typedef llvm::DenseMap 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;