Skip to content

Commit f4ba14d

Browse files
Fix typo: fo->for
1 parent 1a97162 commit f4ba14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_expand/src/mbe/macro_parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ fn token_name_eq(t1: &Token, t2: &Token) -> bool {
362362
}
363363

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

0 commit comments

Comments
 (0)