Skip to content

Commit 9a2d14c

Browse files
authored
Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-Simulacrum
Fix typo in bootstrap.py
2 parents ab59516 + 1433bfd commit 9a2d14c

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
@@ -817,7 +817,7 @@ def rustfmt_stamp(self):
817817
return os.path.join(self.bin_root(True), '.rustfmt-stamp')
818818

819819
def llvm_stamp(self):
820-
"""Return the path for .rustfmt-stamp
820+
"""Return the path for .llvm-stamp
821821
822822
>>> rb = RustBuild()
823823
>>> rb.build_dir = "build"

0 commit comments

Comments
 (0)