Skip to content

Commit 1e0cf72

Browse files
authored
Rollup merge of rust-lang#107332 - chansuke:issue-107230, r=albertlarsan68
Fix wording from `rustbuild` to `bootstrap` Fixes rust-lang#107230
2 parents d62f6fd + ac3ec77 commit 1e0cf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def bootstrap_binary(self):
712712

713713
def build_bootstrap(self, color):
714714
"""Build bootstrap"""
715-
print("Building rustbuild")
715+
print("Building bootstrap")
716716
build_dir = os.path.join(self.build_dir, "bootstrap")
717717
if self.clean and os.path.exists(build_dir):
718718
shutil.rmtree(build_dir)

0 commit comments

Comments
 (0)