about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYacin Tmimi <yacintmimi@gmail.com>2022-04-08 10:41:00 -0400
committerYacin Tmimi <yacin@unified.com>2022-04-08 16:47:34 -0400
commit1433bfd74594919f38583a51822389d598a2c07f (patch)
treea472a4f0f05a02f951168918eb74ea663e85a529
parente4f5b15b8832334eca2c0bd3929eb3969f1d166d (diff)
downloadrust-1433bfd74594919f38583a51822389d598a2c07f.tar.gz
rust-1433bfd74594919f38583a51822389d598a2c07f.zip
Fix typo in bootstrap.py
-rw-r--r--src/bootstrap/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py
index 0b6bdf47419..81c239b6213 100644
--- a/src/bootstrap/bootstrap.py
+++ b/src/bootstrap/bootstrap.py
@@ -812,7 +812,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"