about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2024-03-20 20:29:45 -0400
committerGitHub <noreply@github.com>2024-03-20 20:29:45 -0400
commitd53df5a51e9621f09c484acfd052550396dfd129 (patch)
tree1a66f2b00908a595d209d48c12d2feb6235552c4
parent43ad753adbebf843ebdc3d0d82e991a329a599bd (diff)
parent75a5196490fc1d8e0e39b406ce99a30d115bcfc5 (diff)
downloadrust-d53df5a51e9621f09c484acfd052550396dfd129.tar.gz
rust-d53df5a51e9621f09c484acfd052550396dfd129.zip
Rollup merge of #122740 - tshepang:patch-1, r=clubby789
use more accurate terminology

rustc is just one tool/executable, even if at the center of the toolchain
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index f94553dd63f..b8cdc2ec848 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -915,6 +915,6 @@
 # Available options: fast, balanced, best
 #compression-profile = "fast"
 
-# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain.
+# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
 # Only applies when the host or target is pc-windows-gnu.
 #include-mingw-linker = true