diff --git a/engine/src/flutter/flow/raster_cache.h b/engine/src/flutter/flow/raster_cache.h index 8eb33d53299..331f57349f1 100644 --- a/engine/src/flutter/flow/raster_cache.h +++ b/engine/src/flutter/flow/raster_cache.h @@ -99,11 +99,11 @@ struct RasterCacheMetrics { * At the start of each layer's preroll, add cache items to * `PrerollContext::raster_cached_entries`. * - RasterCacheItem::PrerollFinalize - * At the end of each layer's preroll, may mark cache entris as + * At the end of each layer's preroll, may mark cache entries as * encountered by the current frame. * - Paint stage * - RasterCache::EvictUnusedCacheEntries - * Evit cached images that are no longer used. + * Evict cached images that are no longer used. * - LayerTree::TryToPrepareRasterCache * Create cache image for each cache entry if it does not exist. * - LayerTree::Paint - for each layer in the tree: