diff options
| author | Jannis Christopher Köhl <mail@koehl.dev> | 2022-08-29 23:03:30 +0200 |
|---|---|---|
| committer | Jannis Christopher Köhl <mail@koehl.dev> | 2022-11-07 10:35:09 +0100 |
| commit | 56ff16d19f2a34eaf54bf30a2d71e6924ca1bff0 (patch) | |
| tree | 5165fa4663a73b4ee7b5623d3801521299faae00 /compiler/rustc_mir_dataflow | |
| parent | 601fcc41d3671462cbc4db32cc45bc6965a89332 (diff) | |
| download | rust-56ff16d19f2a34eaf54bf30a2d71e6924ca1bff0.tar.gz rust-56ff16d19f2a34eaf54bf30a2d71e6924ca1bff0.zip | |
Fix spelling
Diffstat (limited to 'compiler/rustc_mir_dataflow')
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/value_analysis.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/src/value_analysis.rs b/compiler/rustc_mir_dataflow/src/value_analysis.rs index 71e430acaa4..15aa605021c 100644 --- a/compiler/rustc_mir_dataflow/src/value_analysis.rs +++ b/compiler/rustc_mir_dataflow/src/value_analysis.rs @@ -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? |
