Skip to content

Commit

Permalink
Fix typo: fo->for
Browse files Browse the repository at this point in the history
  • Loading branch information
ChayimFriedman2 authored Jun 8, 2022
1 parent 1a97162 commit f4ba14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_expand/src/mbe/macro_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ fn token_name_eq(t1: &Token, t2: &Token) -> bool {
}

// Note: the vectors could be created and dropped within `parse_tt`, but to avoid excess
// allocations we have a single vector fo each kind that is cleared and reused repeatedly.
// allocations we have a single vector for each kind that is cleared and reused repeatedly.
pub struct TtParser {
macro_name: Ident,

Expand Down

0 comments on commit f4ba14d

Please sign in to comment.