Skip to content

Commit 4d6cb09

Browse files
tmandryRalfJung
andcommitted
Fix spelling
Co-Authored-By: Ralf Jung <[email protected]>
1 parent e244f62 commit 4d6cb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/build/scope.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ impl<'a, 'gcx, 'tcx> Builder<'a, 'gcx, 'tcx> {
726726
// Note that this code iterates scopes from the inner-most to the outer-most,
727727
// invalidating caches of each scope visited. This way bare minimum of the
728728
// caches gets invalidated. i.e., if a new drop is added into the middle scope, the
729-
// cache of outer scpoe stays intact.
729+
// cache of outer scope stays intact.
730730
scope.invalidate_cache(!needs_drop, self.is_generator, this_scope);
731731
if this_scope {
732732
if let DropKind::Value = drop_kind {

0 commit comments

Comments
 (0)