about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.toml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example
index cb9f388a8e4..a3ec4f2044c 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -141,10 +141,10 @@
 # library and facade crates.
 #compiler-docs = false
 
-# Indicate whether submodules are managed and updated automatically.
+# Indicate whether git submodules are managed and updated automatically.
 #submodules = true
 
-# Update submodules only when the checked out commit in the submodules differs
+# Update git submodules only when the checked out commit in the submodules differs
 # from what is committed in the main rustc repo.
 #fast-submodules = true