Rollup merge of #97880 - ChayimFriedman2:patch-2, r=lcnr

Fix typo: fo->for
This commit is contained in:
Matthias Krüger 2022-06-08 18:15:06 +02:00 committed by GitHub
commit c374529cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,