]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-Simulacrum
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Tue, 19 Apr 2022 12:43:15 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Apr 2022 12:43:15 +0000 (14:43 +0200)
Fix typo in bootstrap.py

src/bootstrap/bootstrap.py

index d437397045c64d0920b6d6330891fad2ac858b2c..ac1c47524fd0e2f65c295411645e47dfafcfe69a 100644 (file)
@@ -817,7 +817,7 @@ class RustBuild(object):
         return os.path.join(self.bin_root(True), '.rustfmt-stamp')
 
     def llvm_stamp(self):
-        """Return the path for .rustfmt-stamp
+        """Return the path for .llvm-stamp
 
         >>> rb = RustBuild()
         >>> rb.build_dir = "build"