Nit: fix typo

This commit is contained in:
Niko Matsakis 2017-11-15 16:37:34 -05:00
parent a73d620323
commit a94d2a6b88

View File

@ -92,7 +92,7 @@ impl Region {
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Constraint {
// NB. The ordering here is not significant for correctness, but
// it is for conenience. Before we dump the constraints in the
// it is for convenience. Before we dump the constraints in the
// debugging logs, we sort them, and we'd like the "super region"
// to be first, etc. (In particular, span should remain last.)