Skip to content

Commit 92d86cc

Browse files
committed
Fix typo
1 parent e1fc22c commit 92d86cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/const_prop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
7474
return;
7575
}
7676

77-
// Check if it's even possible to satisy the 'where' clauses
77+
// Check if it's even possible to satisfy the 'where' clauses
7878
// for this item.
7979
// This branch will never be taken for any normal function.
8080
// However, it's possible to `#!feature(trivial_bounds)]` to write

0 commit comments

Comments
 (0)