diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-10-31 17:53:38 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-10-31 17:53:38 +0000 |
commit | d1c0eee9aa30926839184b657b9e21be4a2ebdb8 (patch) | |
tree | e575eb50c779b14a843581a91071b2ae4d8e1376 /Basic/SourceManager.cpp | |
parent | 2e7d352dbec06755105237afba183492d31d03cb (diff) |
Updated a comment to hopefully silence a Lattner warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Basic/SourceManager.cpp')
-rw-r--r-- | Basic/SourceManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Basic/SourceManager.cpp b/Basic/SourceManager.cpp index 5c960a7d15..0482d4c705 100644 --- a/Basic/SourceManager.cpp +++ b/Basic/SourceManager.cpp @@ -116,8 +116,8 @@ const ContentCache* SourceManager::getContentCache(const FileEntry *FileEnt) { } -/// createMemBufferInfoRec - Create a new ContentCache for the specified memory -/// buffer. This does no caching. +/// createMemBufferContentCache - Create a new ContentCache for the specified +/// memory buffer. This does no caching. const ContentCache* SourceManager::createMemBufferContentCache(const MemoryBuffer *Buffer) { // Add a new ContentCache to the MemBufferInfos list and return it. We |