Skip to content

Commit 1433bfd

Browse files
committed
Fix typo in bootstrap.py
1 parent e4f5b15 commit 1433bfd

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

814814
def llvm_stamp(self):
815-
"""Return the path for .rustfmt-stamp
815+
"""Return the path for .llvm-stamp
816816
817817
>>> rb = RustBuild()
818818
>>> rb.build_dir = "build"

0 commit comments

Comments
 (0)