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;
   


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to