Fix comment capitalization

This commit is contained in:
Ian Barwick
2015-09-30 14:58:43 +09:00
parent 6cf5ab2e53
commit e115825cd6

View File

@@ -1146,8 +1146,8 @@ do_master_failover(void)
total_nodes, visible_nodes); total_nodes, visible_nodes);
/* /*
* am i on the group that should keep alive? if i see less than half of * Am I on the group that should keep alive? If I see less than half of
* total_nodes then i should do nothing * total_nodes then I should do nothing
*/ */
if (visible_nodes < (total_nodes / 2.0)) if (visible_nodes < (total_nodes / 2.0))
{ {