[cfe-commits] r112092 - /cfe/trunk/include/clang/Basic/SourceManager.h

Dan Gohman gohman at apple.com
Wed Aug 25 14:59:25 PDT 2010


Author: djg
Date: Wed Aug 25 16:59:25 2010
New Revision: 112092

URL: http://llvm.org/viewvc/llvm-project?rev=112092&view=rev
Log:
Fix a typo.

Modified:
    cfe/trunk/include/clang/Basic/SourceManager.h

Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=112092&r1=112091&r2=112092&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Wed Aug 25 16:59:25 2010
@@ -50,7 +50,7 @@
     C_User, C_System, C_ExternCSystem
   };
 
-  /// ContentCache - Once instance of this struct is kept for every file
+  /// ContentCache - One instance of this struct is kept for every file
   /// loaded or used.  This object owns the MemoryBuffer object.
   class ContentCache {
     enum CCFlags {





More information about the cfe-commits mailing list