[Misc] fix typo in block manager (#4453)

This commit is contained in:
Pastel!
2024-05-01 11:41:32 +08:00
committed by GitHub
parent f458112e8a
commit a822eb3413

View File

@ -391,7 +391,7 @@ class BlockSpaceManagerV1(BlockSpaceManager):
block_table.append(block_table[len(block_table) %
self.block_sliding_window])
else:
# The sequence has a new logical block.
# The sequence hash a new logical block.
# Allocate a new physical block.
new_block = self._allocate_last_physical_block(seq)
block_table.append(new_block)