Skip to content

Commit 18c0f77

Browse files
authored
Fixed typo in local_data_collector.py
1 parent 8b0d885 commit 18c0f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler_opt/rl/local_data_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _prefetch_next_sample(self):
8282
def close_pool(self):
8383
self._join_pending_jobs()
8484
# if the pool lost some workers, that's fine - we don't need to tell them
85-
# anything anymore. To the new ones, the call is redudant (fine).
85+
# anything anymore. To the new ones, the call is redundant (fine).
8686
for p in self._workers:
8787
p.cancel_all_work()
8888
self._workers = None

0 commit comments

Comments
 (0)