Unverified Commit a822eb34 authored by Pastel!'s avatar Pastel! Committed by GitHub
Browse files

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

parent f458112e
......@@ -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)
......
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