Skip to content

Commit a94d2a6

Browse files
committed
Nit: fix typo
1 parent a73d620 commit a94d2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/nll/region_infer.rs

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

0 commit comments

Comments
 (0)