mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Fix comment capitalization
This commit is contained in:
@@ -1146,8 +1146,8 @@ do_master_failover(void)
|
||||
total_nodes, visible_nodes);
|
||||
|
||||
/*
|
||||
* am i on the group that should keep alive? if i see less than half of
|
||||
* total_nodes then i should do nothing
|
||||
* Am I on the group that should keep alive? If I see less than half of
|
||||
* total_nodes then I should do nothing
|
||||
*/
|
||||
if (visible_nodes < (total_nodes / 2.0))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user