From 331d52643a9742604553d470e2161f6460bb0799 Mon Sep 17 00:00:00 2001
From: nooberfsh <nooberfsh@gmail.com>
Date: Sun, 29 Nov 2020 10:02:24 +0800
Subject: [PATCH] Fix a bootstrap comment

---
 src/bootstrap/config.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs
index 9fcbe8e1e3564..fb2c6d1f92a80 100644
--- a/src/bootstrap/config.rs
+++ b/src/bootstrap/config.rs
@@ -551,7 +551,7 @@ impl Config {
         config.deny_warnings = true;
         config.missing_tools = false;
 
-        // set by bootstrap.py
+        // set by build.rs
         config.build = TargetSelection::from_user(&env!("BUILD_TRIPLE"));
         let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
         // Undo `src/bootstrap`