From: Dan Gohman Date: Wed, 25 Aug 2010 21:59:25 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4710a8ea766b45079bf1c1dd36e29b59bb90829d;p=clang Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112092 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index 91ade22985..dbd7d52469 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -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 {