]> git.lizzy.rs Git - rust.git/commitdiff
fix typo
authorPietro Albini <pietro@pietroalbini.org>
Tue, 7 Jun 2022 13:34:32 +0000 (15:34 +0200)
committerPietro Albini <pietro.albini@ferrous-systems.com>
Thu, 9 Jun 2022 17:44:02 +0000 (19:44 +0200)
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
src/tools/bump-stage0/src/main.rs

index 7c6e4bb4fb5be92e1a4bdac241d2c4c74f5eec77..1c839fdc00a08c79dde63cc086747214b068632e 100644 (file)
@@ -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,