aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceManager.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-25 21:59:25 +0000
committerDan Gohman <gohman@apple.com>2010-08-25 21:59:25 +0000
commit4710a8ea766b45079bf1c1dd36e29b59bb90829d (patch)
tree26ff46531a3898364bacf17ec88e9160afac4b25 /include/clang/Basic/SourceManager.h
parent721f359a350059a81945baa08f63b2e5feceb044 (diff)
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r--include/clang/Basic/SourceManager.h2
1 files changed, 1 insertions, 1 deletions
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 {