File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -311,15 +311,15 @@ LocalTypeDataCache::StateAdvancement LocalTypeDataCache::advanceStateInScope(
311
311
key = key.getCachingKey ();
312
312
313
313
auto iterator = Map.find (key);
314
- // There's no chain of entries, no no entry which could possibly be used.
314
+ // There's no chain of entries, so no entry which could possibly be used.
315
315
if (iterator == Map.end ())
316
316
return StateAdvancement::NoEntry;
317
317
auto &chain = iterator->second ;
318
318
319
- // Scan the chain for entries with the appropriate relationship to the active
320
- // dominance scope, and "promote their state". Any entry whose state is
321
- // already at least as complete than `state` is unaffected, and results in
322
- // exiting early.
319
+ // Scan the chain for an entry with the appropriate relationship to the active
320
+ // dominance scope, and "promote its state". The existence of a concrete
321
+ // entry whose state is already at least as complete as `state` is
322
+ // unaffected, and results in exiting early.
323
323
//
324
324
// There are two cases of interest:
325
325
//
You can’t perform that action at this time.
0 commit comments