microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.03k stars 400 forks source link

[minor] Typos and unclear comments #16

Open mkosieradzki opened 6 years ago

mkosieradzki commented 6 years ago

I will use this single issue to track all typos and non-clear comments I find:

src\prod\src\data\tstore\FastSkipList.h

Line: 27

// This skiplist supports concurrent adds, **deletes** and updates. **Deltes** cannot be concurrent. 

This comment seems to contain both typo and be contradictive

Line: 28

// This is used for differential store component where deletes happen only **druing** false progress and is always serial
preethasubbarayalu commented 6 years ago

Thanks for catching this @mkosieradzki. We will get it addressed soon.