Skip to content

Commit 14480b4

Browse files
committed
free_region_map: Fix typo in comment: r_a <= r_b
1 parent c1708ab commit 14480b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/infer/outlives/free_region_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl<'tcx> FreeRegionMap<'tcx> {
3838
}
3939
}
4040

41-
/// Tests whether `r_a <= sup`. Both must be free regions or
41+
/// Tests whether `r_a <= r_b`. Both must be free regions or
4242
/// `'static`.
4343
pub fn sub_free_regions<'a, 'gcx>(&self,
4444
r_a: Region<'tcx>,

0 commit comments

Comments
 (0)