diff options
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 |