Skip to content

Commit 498b8e9

Browse files
committed
prefix_caching.md: Fixed typo
Fixed minor typo in LRU section from "black" to "block" Signed-off-by: Daivid Savernin-Frenk <daivid.frank@TurboNext.ai>
1 parent 257e200 commit 498b8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/design/v1/prefix_caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ When a request is finished, we free all its blocks if no other requests are usin
183183

184184
When the head block (least recently used block) of the free queue is cached, we have to evict the block to prevent it from being used by other requests. Specifically, eviction involves the following steps:
185185

186-
1. Pop the block from the head of the free queue. This is the LRU black to be evicted.
186+
1. Pop the block from the head of the free queue. This is the LRU block to be evicted.
187187
2. Remove the block ID from the Cache Block.
188188
3. Remove the block hash.
189189

0 commit comments

Comments
 (0)