···163163 // Entries in the past/future sets need to be re-sorted to prevent the comparer from becoming unstable.
164164 // To prevent, e.g. CompositeDrawable alive children changing during enumeration, the entry's state must not be updated immediately.
165165 //
166166- // In order to achieve the above, the entry is first removed from the past/future set (resolving the comparer stability issues)
166166+ // In order to achieve the above, the entry is first removed from the past/future set (resolving the comparator stability issues)
167167 // and then re-queued back onto the new entries list to be re-processed in the next Update().
168168 //
169169 // Note that this does not apply to entries that are in the current set, as they don't utilise a lifetime comparer.