diff --git a/src/scp/BallotProtocol.h b/src/scp/BallotProtocol.h index b1ff735a94..3821eab2c0 100644 --- a/src/scp/BallotProtocol.h +++ b/src/scp/BallotProtocol.h @@ -22,8 +22,8 @@ class Slot; typedef std::function StatementPredicate; /** - * The Slot object is in charge of maintaining the state of the SCP protocol - * for a given slot index. + * The BallotProtocol object implements and maintains the relevant state for the + * ballot protocol. */ class BallotProtocol {