r184463 - Fix English grammar error.
Lawrence Crowl
crowl at google.com
Thu Jun 20 13:51:51 PDT 2013
Author: crowl
Date: Thu Jun 20 15:51:51 2013
New Revision: 184463
URL: http://llvm.org/viewvc/llvm-project?rev=184463&view=rev
Log:
Fix English grammar error.
Modified:
cfe/trunk/include/clang/Lex/ModuleMap.h
Modified: cfe/trunk/include/clang/Lex/ModuleMap.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/ModuleMap.h?rev=184463&r1=184462&r2=184463&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/ModuleMap.h (original)
+++ cfe/trunk/include/clang/Lex/ModuleMap.h Thu Jun 20 15:51:51 2013
@@ -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;
More information about the cfe-commits
mailing list