about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2019-01-28 19:24:07 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2019-01-28 19:24:07 +0100
commitfd9d9ee3a293bab88fd4dfb69f28d5ccb92e292c (patch)
tree71178183b761cbbc41e1e0c6ba9aa4d18d848b6a
parenta015f7f61ffba8ef2ea53320de8f3a6cd53561fe (diff)
downloadrust-fd9d9ee3a293bab88fd4dfb69f28d5ccb92e292c.tar.gz
rust-fd9d9ee3a293bab88fd4dfb69f28d5ccb92e292c.zip
Fix a comment
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 183d61a43e3..69a38ec8773 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -317,7 +317,7 @@
 # Whether to always use incremental compilation when building rustc
 #incremental = false
 
-# Build rustc with experimental parallelization
+# Build a multi-threaded rustc
 #parallel-compiler = false
 
 # The default linker that will be hard-coded into the generated compiler for