]> granicus.if.org Git - clang/commitdiff
Fix a typo.
authorDan Gohman <gohman@apple.com>
Wed, 25 Aug 2010 21:59:25 +0000 (21:59 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 25 Aug 2010 21:59:25 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112092 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index 91ade229851a072a3240c33a93edf714ecb4578a..dbd7d5246922e993fc3c111bdc4cf1882f0cf3d1 100644 (file)
@@ -50,7 +50,7 @@ namespace SrcMgr {
     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 {