Fix typos in compiler

This commit is contained in:
DaniPopes
2023-04-10 22:02:52 +02:00
parent a73288371e
commit 677357d32b
71 changed files with 140 additions and 136 deletions

View File

@@ -598,7 +598,7 @@ struct LateResolutionVisitor<'a, 'b, 'ast, 'tcx> {
/// The current set of local scopes for types and values.
ribs: PerNS<Vec<Rib<'a>>>,
/// Previous poped `rib`, only used for diagnostic.
/// Previous popped `rib`, only used for diagnostic.
last_block_rib: Option<Rib<'a>>,
/// The current set of local scopes, for labels.