Skip to content

Commit d9b9cb4

Browse files
committed
spelling
1 parent cc03a23 commit d9b9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/drcachesim/simulator/cache_replacement_policy.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace drmemtrace {
4646
* and provides a replacement-specific get_next_way_to_replace() method for
4747
* `caching_device_t`.
4848
*
49-
* The policy recieves the following updates:
49+
* The policy receives the following updates:
5050
* - When an existing way is accessed, `access_update()` is called.
5151
* - When a way is evicted, `eviction_update()` is called on the evicted way, and
5252
* `access_update()` is called on the new way immediately after.

0 commit comments

Comments
 (0)