Unverified Commit 8eadcf0b authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[misc][typo] fix typo (#5620)

parent 5002175e
...@@ -13,7 +13,7 @@ TokensBlock = List[int] ...@@ -13,7 +13,7 @@ TokensBlock = List[int]
class BlockPool: class BlockPool:
"""A pool of physical blocks. """A pool of logical blocks.
When requests come, we create a lot of logical blocks; When requests come, we create a lot of logical blocks;
when requests are done, we destroy a lot of logical blocks. when requests are done, we destroy a lot of logical blocks.
It turns out that creating and destroying logical blocks can be expensive, It turns out that creating and destroying logical blocks can be expensive,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment