From 9a31ce9956bcd276d6a85e9f9d1dad9065f0e8a4 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Fri, 16 Sep 2022 04:19:03 +0800 Subject: [PATCH] Fix typo (flutter/engine#36167) --- engine/src/flutter/flow/raster_cache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: