Skip to content

Commit a9552bb

Browse files
committed
[2024/9] fix comment
1 parent ec794c0 commit a9552bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/9/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def compact(filesystem: list) -> list:
9393

9494
# find a large enough block of free space left of the current block
9595
for index, check_block in enumerate(new_fs[:cur_index]):
96-
# skip files and blocks of free space that aren't large enough
96+
# skip data blocks and blocks of free space that aren't large enough
9797
if check_block.id != '.' or check_block.size < block.size:
9898
continue
9999

0 commit comments

Comments
 (0)