Skip to content

Commit 77d6fad

Browse files
committed
Fix spelling
1 parent c7b225c commit 77d6fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_dataflow/src/value_analysis.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub trait ValueAnalysis<'tcx> {
4141
self.handle_assign(*place, rvalue, state);
4242
}
4343
StatementKind::SetDiscriminant { .. } => {
44-
// Could tread this as writing a constant to a pseudo-place.
44+
// Could treat this as writing a constant to a pseudo-place.
4545
}
4646
StatementKind::CopyNonOverlapping(..) => {
4747
// FIXME: What to do here?

0 commit comments

Comments
 (0)