Skip to content

Commit a13c7dd

Browse files
committed
Typo fixed
1 parent 85e3843 commit a13c7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ static void MtmReceiver(Datum arg)
11691169
}
11701170
if (Mtm->status == MTM_ONLINE) {
11711171
now = MtmGetSystemTime();
1172-
/* Check for heartbeats only in case of timeout expiration: it means that we do not have unproceeded events.
1172+
/* Check for heartbeats only in case of timeout expiration: it means that we do not have non-processed events.
11731173
* It helps to avoid false node failure detection because of blocking receiver.
11741174
*/
11751175
if (n == 0) {

0 commit comments

Comments
 (0)