Skip to content

Commit dac84da

Browse files
committed
fix typo in comment
1 parent 9056b8f commit dac84da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allocation/allocating.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def get_first_cycle(self, allocation: Allocation) -> Optional[DiffPath]:
149149
for stw in sweights:
150150

151151
target, weight = stw['to'], stw['weight']
152-
# ir source already allocated to target, don't consider moving it there again.
152+
# if source already allocated to target, don't consider moving it there again.
153153
if target in this_source_allocations:
154154
continue
155155

0 commit comments

Comments
 (0)