From e115825cd63b2acec56f0c1640f8de4044c11f19 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 30 Sep 2015 14:58:43 +0900 Subject: [PATCH] Fix comment capitalization --- repmgrd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgrd.c b/repmgrd.c index b1e0a173..38f54105 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -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)) {