Skip to content

Commit 9c9f8af

Browse files
committed
update arc replacer comment
1 parent 933bfb6 commit 9c9f8af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/buffer/arc_replacer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void ArcReplacer::SetEvictable(frame_id_t frame_id, bool set_evictable) {}
103103
* This function should also decrement replacer's size if removal is successful.
104104
*
105105
* Note that this is different from evicting a frame, which always remove the frame
106-
* with largest backward distance, according to the ARC algorithm.
106+
* decided by the ARC algorithm.
107107
*
108108
* If Remove is called on a non-evictable frame, throw an exception or abort the
109109
* process.

0 commit comments

Comments
 (0)