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

This commit is contained in:
youkaichao 2024-06-17 20:54:57 -07:00 committed by GitHub
parent 5002175e80
commit 8eadcf0b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ TokensBlock = List[int]
class BlockPool:
"""A pool of physical blocks.
"""A pool of logical blocks.
When requests come, we create 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,