From cdeba0b0127e0d97b10752a1e875901da4426810 Mon Sep 17 00:00:00 2001 From: Lawrence Crowl Date: Thu, 20 Jun 2013 20:51:51 +0000 Subject: [PATCH] Fix English grammar error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184463 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/ModuleMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1