Skip to content

Commit c5469cf

Browse files
authored
Unrolled build for #153476
Rollup merge of #153476 - DanielEScherzer:patch-2, r=bjorn3 bootstrap.py: fix typo "parallle"
2 parents a3ac2f2 + a62c671 commit c5469cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def download_toolchain(self):
696696
for download_info in tarballs_download_info:
697697
download_component(download_info)
698698

699-
# Unpack the tarballs in parallle.
699+
# Unpack the tarballs in parallel.
700700
# In Python 2.7, Pool cannot be used as a context manager.
701701
pool_size = min(len(tarballs_download_info), get_cpus())
702702
if self.verbose:

0 commit comments

Comments
 (0)