Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdPaleLight committed Mar 9, 2022
1 parent cadaf84 commit 706ac90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/raster_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ struct RasterCacheMetrics {
size_t in_use_bytes = 0;

/**
* The number of cache entries with images unused but keeped in this frame.
* The number of cache entries with images unused but kept in this frame.
*/
size_t unused_count = 0;

/**
* The size of all of the images unused but keeped in this frame.
* The size of all of the images unused but kept in this frame.
*/
size_t unused_bytes = 0;
/**
Expand Down

0 comments on commit 706ac90

Please sign in to comment.