about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2022-06-07 15:34:32 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-06-09 19:44:02 +0200
commit754af72ba7997638d6a8437b6968fa8372a1655e (patch)
tree8ea81b29e4a411659dd0679c0351ea03fde7a313
parent2f44813511277b6d15dc993bd79e7432dec334e1 (diff)
downloadrust-754af72ba7997638d6a8437b6968fa8372a1655e.tar.gz
rust-754af72ba7997638d6a8437b6968fa8372a1655e.zip
fix typo
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
-rw-r--r--src/tools/bump-stage0/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bump-stage0/src/main.rs b/src/tools/bump-stage0/src/main.rs
index 7c6e4bb4fb5..1c839fdc00a 100644
--- a/src/tools/bump-stage0/src/main.rs
+++ b/src/tools/bump-stage0/src/main.rs
@@ -187,7 +187,7 @@ struct Stage0 {
     //
     // To lessen the pain, a big block of comments is placed between the configuration and the
     // auto-generated parts of the file, preventing git diffs of the config to include parts of the
-    // auto-egenrated content and vice versa. This should prevent merge conflicts.
+    // auto-generated content and vice versa. This should prevent merge conflicts.
     #[serde(rename = "__comments")]
     comments: Vec<String>,
     compiler: Stage0Toolchain,