Skip to content

Commit 9951450

Browse files
authored
Fix typo
1 parent 4a84027 commit 9951450

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
@@ -75,7 +75,7 @@ impl<'tcx> MirPass<'tcx> for ConstProp {
7575
return;
7676
}
7777

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

0 commit comments

Comments
 (0)