diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-04-25 00:19:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-25 00:19:54 +0200 |
| commit | 177139032a486403c68ec0a90e883eb77eb08813 (patch) | |
| tree | 7733b6d17aca77e19bd8878bf53c632d0cf2dcb7 /compiler/rustc_span/src | |
| parent | ef8b9dcf23700f2e2265317611460d3a65c19eff (diff) | |
| parent | 65d7c1d2d621c607174f429d5f7553210315dbae (diff) | |
| download | rust-177139032a486403c68ec0a90e883eb77eb08813.tar.gz rust-177139032a486403c68ec0a90e883eb77eb08813.zip | |
Rollup merge of #124322 - whosehang:master, r=Nilstrieb
chore: fix some typos in comments
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/hygiene.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/hygiene.rs b/compiler/rustc_span/src/hygiene.rs index 1df2b357ac1..61234a97e16 100644 --- a/compiler/rustc_span/src/hygiene.rs +++ b/compiler/rustc_span/src/hygiene.rs @@ -1251,7 +1251,7 @@ struct HygieneDecodeContextInner { // global `HygieneData`. When we deserialize a `SyntaxContext`, we need to create // a new id in the global `HygieneData`. This map tracks the ID we end up picking, // so that multiple occurrences of the same serialized id are decoded to the same - // `SyntaxContext`. This only stores `SyntaxContext`s which are completly decoded. + // `SyntaxContext`. This only stores `SyntaxContext`s which are completely decoded. remapped_ctxts: Vec<Option<SyntaxContext>>, /// Maps serialized `SyntaxContext` ids that are currently being decoded to a `SyntaxContext`. |
