]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_transform/src/check_unsafety.rs
Spellchecking compiler comments
[rust.git] / compiler / rustc_mir_transform / src / check_unsafety.rs
index 8de05990cdf1dca992db8d1985f5cab5a49f1a01..f5d82315c4e38db79274477a6bb5494bcc66b3bd 100644 (file)
@@ -149,7 +149,7 @@ fn visit_place(&mut self, place: &Place<'tcx>, context: PlaceContext, _location:
             self.check_mut_borrowing_layout_constrained_field(*place, context.is_mutating_use());
         }
 
-        // Some checks below need the extra metainfo of the local declaration.
+        // Some checks below need the extra meta info of the local declaration.
         let decl = &self.body.local_decls[place.local];
 
         // Check the base local: it might be an unsafe-to-access static. We only check derefs of the