We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc03a23 commit d9b9cb4Copy full SHA for d9b9cb4
clients/drcachesim/simulator/cache_replacement_policy.h
@@ -46,7 +46,7 @@ namespace drmemtrace {
46
* and provides a replacement-specific get_next_way_to_replace() method for
47
* `caching_device_t`.
48
*
49
- * The policy recieves the following updates:
+ * The policy receives the following updates:
50
* - When an existing way is accessed, `access_update()` is called.
51
* - When a way is evicted, `eviction_update()` is called on the evicted way, and
52
* `access_update()` is called on the new way immediately after.
0 commit comments