Skip to content

Commit 754af72

Browse files
pietroalbinibjorn3
andcommitted
fix typo
Co-authored-by: bjorn3 <[email protected]>
1 parent 2f44813 commit 754af72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/bump-stage0/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ struct Stage0 {
187187
//
188188
// To lessen the pain, a big block of comments is placed between the configuration and the
189189
// auto-generated parts of the file, preventing git diffs of the config to include parts of the
190-
// auto-egenrated content and vice versa. This should prevent merge conflicts.
190+
// auto-generated content and vice versa. This should prevent merge conflicts.
191191
#[serde(rename = "__comments")]
192192
comments: Vec<String>,
193193
compiler: Stage0Toolchain,

0 commit comments

Comments
 (0)