diff --git a/src/cluster.c b/src/cluster.c index 15483ff8..5fc3c2a3 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -2518,7 +2518,7 @@ void clusterHandleSlaveFailover(void) { /* Compute the failover timeout (the max time we have to send votes * and wait for replies), and the failover retry time (the time to wait - * before waiting again. + * before trying to get voted again). * * Timeout is MIN(NODE_TIMEOUT*2,2000) milliseconds. * Retry is two times the Timeout.