fix typo in eval_order_dependence.rs

Fixing a "the the" to "the".
This commit is contained in:
Luis de Bethencourt 2017-05-05 17:51:57 +01:00
parent 3b03891a4f
commit 50b6dd43e2
1 changed files with 2 additions and 3 deletions

View File

@ -160,9 +160,8 @@ impl<'a, 'tcx> Visitor<'tcx> for DivergenceVisitor<'a, '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