Skip to content

Commit e47fb48

Browse files
committed
Address nits
1 parent 65ccffd commit e47fb48

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_data_structures/unify

1 file changed

+1
-1
lines changed

src/librustc_data_structures/unify/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ impl<K:UnifyKey> sv::SnapshotVecDelegate for Delegate<K> {
241241
}
242242

243243
///////////////////////////////////////////////////////////////////////////
244-
// Base union-find algorithm, where we are just making setes
244+
// Base union-find algorithm, where we are just making sets
245245

246246
impl<'tcx,K> UnificationTable<K>
247247
where K : UnifyKey<Value=()>,

0 commit comments

Comments
 (0)