diff --git a/src/librustc_data_structures/unify/mod.rs b/src/librustc_data_structures/unify/mod.rs index aff79e25956f..7036c010c658 100644 --- a/src/librustc_data_structures/unify/mod.rs +++ b/src/librustc_data_structures/unify/mod.rs @@ -241,7 +241,7 @@ impl sv::SnapshotVecDelegate for Delegate { } /////////////////////////////////////////////////////////////////////////// -// Base union-find algorithm, where we are just making setes +// Base union-find algorithm, where we are just making sets impl<'tcx,K> UnificationTable where K : UnifyKey,