]> git.lizzy.rs Git - rust.git/commitdiff
fix typo: s/tained/tainted/
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 3 Oct 2018 00:10:16 +0000 (20:10 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 4 Oct 2018 15:02:40 +0000 (11:02 -0400)
src/librustc/infer/region_constraints/mod.rs

index 4040e6677e967874a00b9ca3d37eba4d9cf632d3..525ae03dfaf934eca8931a5ff93353fd5efa90f4 100644 (file)
@@ -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 {