Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jachris committed Aug 29, 2022
1 parent c7b225c commit 77d6fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir_dataflow/src/value_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub trait ValueAnalysis<'tcx> {
self.handle_assign(*place, rvalue, state);
}
StatementKind::SetDiscriminant { .. } => {
// Could tread this as writing a constant to a pseudo-place.
// Could treat this as writing a constant to a pseudo-place.
}
StatementKind::CopyNonOverlapping(..) => {
// FIXME: What to do here?
Expand Down

0 comments on commit 77d6fad

Please sign in to comment.