Merge pull request #1729 from luisbg/lbg-typo

fix typo in eval_order_dependence.rs
This commit is contained in:
Manish Goregaokar 2017-05-05 11:20:55 -07:00 committed by GitHub
commit cb4ec3bb10

View File

@ -160,9 +160,8 @@ fn nested_visit_map<'this>(&'this mut self) -> NestedVisitorMap<'this, 'tcx> {
}
}
/// Walks up the AST from the the given write expression (`vis.write_expr`)
/// looking for reads to the same variable that are unsequenced relative to the
/// write.
/// Walks up the AST from the given write expression (`vis.write_expr`) looking
/// for reads to the same variable that are unsequenced relative to the write.
///
/// This means reads for which there is a common ancestor between the read and
/// the write such that