about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap.py
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-07-07 00:07:08 +0300
committeronur-ozkan <work@onurozkan.dev>2024-07-07 00:07:08 +0300
commit48192701e0385e2f045da79d34bd5e856cf32496 (patch)
tree0e2ea4b1f4da3888452bd55b48fc0f405a896d6f /src/bootstrap/bootstrap.py
parent51917e2e69702e5752bce6a4f3bfd285d0f4ae39 (diff)
downloadrust-48192701e0385e2f045da79d34bd5e856cf32496.tar.gz
rust-48192701e0385e2f045da79d34bd5e856cf32496.zip
use "bootstrap" instead of "rustbuild" in comments and docs
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap/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 7e47b373ff9..4e8e0fd2532 100644
--- a/src/bootstrap/bootstrap.py
+++ b/src/bootstrap/bootstrap.py
@@ -1038,7 +1038,7 @@ class RustBuild(object):
 
     def check_vendored_status(self):
         """Check that vendoring is configured properly"""
-        # keep this consistent with the equivalent check in rustbuild:
+        # keep this consistent with the equivalent check in bootstrap:
         # https://github.com/rust-lang/rust/blob/a8a33cf27166d3eabaffc58ed3799e054af3b0c6/src/bootstrap/lib.rs#L399-L405
         if 'SUDO_USER' in os.environ and not self.use_vendored_sources:
             if os.getuid() == 0: