Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The comment is:
// If true, start() will recalculate all shares.
bool dirty;
But there is actually no start() method in class DRFSorter, I think the comment should be:
// If true, sort() will recalculate all shares.