diff --git a/Source/NSFontCollection.m b/Source/NSFontCollection.m index 57f8db8c3..655be3646 100644 --- a/Source/NSFontCollection.m +++ b/Source/NSFontCollection.m @@ -272,7 +272,7 @@ static NSLock *_fontCollectionLock = nil; [[NSFileManager defaultManager] removeFileAtPath: [self _fullFileName] handler: nil]; - // Remove the color list from the global list of colors + // Remove the collection from the global list of font collections [_fontCollectionLock lock]; NSString *name = [[[self _fullFileName] lastPathComponent] stringByDeletingPathExtension]; [_availableFontCollections removeObjectForKey: name];