Skip to content

Commit d9fa38b

Browse files
RalfJungoli-obk
andauthored
fix typos
Co-authored-by: Oli Scherer <[email protected]>
1 parent dcde4c5 commit d9fa38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_mir_transform/src/validate.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ impl<'tcx> crate::MirPass<'tcx> for Validator {
100100
/// This checker covers basic properties of the control-flow graph, (dis)allowed statements and terminators.
101101
/// Everything checked here must be stable under substitution of generic parameters.
102102
///
103-
/// Everything that depends on types, or otherwise can be affected by generic paramters,
104-
/// muts be checked in `TypeChecker`.
103+
/// Everything that depends on types, or otherwise can be affected by generic parameters,
104+
/// must be checked in `TypeChecker`.
105105
struct CfgChecker<'a, 'tcx> {
106106
when: &'a str,
107107
body: &'a Body<'tcx>,

0 commit comments

Comments
 (0)