From 754af72ba7997638d6a8437b6968fa8372a1655e Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 7 Jun 2022 15:34:32 +0200 Subject: [PATCH] fix typo Co-authored-by: bjorn3 --- src/tools/bump-stage0/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/bump-stage0/src/main.rs b/src/tools/bump-stage0/src/main.rs index 7c6e4bb4fb5be..1c839fdc00a08 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, compiler: Stage0Toolchain,