532 | @@ -533,10 +533,11 @@ class CChainState
533 | arith_uint256 nLastPreciousChainwork = 0;
534 |
535 | /**
536 | - * the ChainState CriticalSection
537 | - * A lock that must be held when modifying this ChainState - held in ActivateBestChain()
538 | + * The ChainState Mutex
539 | + * A lock that must be held when modifying this ChainState - held in ActivateBestChain() and
540 | + * InvalidateBlock()
nit (please ignore)
With new annotations some parts of the comment look redundant:
* A lock that must be held when modifying this ChainState