clang: Fix typo in comment

llvm-svn: 369536
This commit is contained in:
Nico Weber 2019-08-21 15:37:27 +00:00
parent 2d37bf843c
commit f56e8991f4
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ void FileManager::invalidateCache(const FileEntry *Entry) {
// invalidation of the whole cache.
//
// FIXME: This is broken. We sometimes have the same FileEntry* shared
// betweeen multiple SeenFileEntries, so this can leave dangling pointers.
// between multiple SeenFileEntries, so this can leave dangling pointers.
UniqueRealFiles.erase(Entry->getUniqueID());
}