From: Nico Weber Date: Wed, 21 Aug 2019 15:37:27 +0000 (+0000) Subject: clang: Fix typo in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=793620d21fef547dc87624b9515c29673e8688d4;p=clang clang: Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369536 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/FileManager.cpp b/lib/Basic/FileManager.cpp index 4c470b05a6..2666868bcf 100644 --- a/lib/Basic/FileManager.cpp +++ b/lib/Basic/FileManager.cpp @@ -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()); }