Skip to content

Commit

Permalink
fix typo: s/tained/tainted/
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Oct 4, 2018
1 parent 068a6a2 commit b99a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/infer/region_constraints/mod.rs
Expand Up @@ -309,7 +309,7 @@ pub struct RegionSnapshot {
/// When working with placeholder regions, we often wish to find all of
/// the regions that are either reachable from a placeholder region, or
/// which can reach a placeholder region, or both. We call such regions
/// *tained* regions. This struct allows you to decide what set of
/// *tainted* regions. This struct allows you to decide what set of
/// tainted regions you want.
#[derive(Debug)]
pub struct TaintDirections {
Expand Down

0 comments on commit b99a8d7

Please sign in to comment.