Skip to content

Commit 19bf0f4

Browse files
Fix typo
1 parent a526e4f commit 19bf0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/dataflow/generic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub trait Analysis<'tcx>: BottomValue {
4949
/// The size of each bitvector allocated for each block.
5050
fn bits_per_block(&self, body: &mir::Body<'tcx>) -> usize;
5151

52-
/// Mutates the entry set of the `START_BLOCK` to containthe initial state for dataflow
52+
/// Mutates the entry set of the `START_BLOCK` to contain the initial state for dataflow
5353
/// analysis.
5454
fn initialize_start_block(&self, body: &mir::Body<'tcx>, state: &mut BitSet<Self::Idx>);
5555

0 commit comments

Comments
 (0)