We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daf654 commit ff867d5Copy full SHA for ff867d5
contrib/mmts/multimaster.c
@@ -1781,7 +1781,7 @@ static void MtmPollStatusOfPreparedTransactions()
1781
1782
/*
1783
* Node is disabled if it is not part of clique built using connectivity masks of all nodes.
1784
- * There is no warranty that all noeds will make the same decision about clique, but as far as we want to avoid
+ * There is no warranty that all nodes will make the same decision about clique, but as far as we want to avoid
1785
* some global coordinator (which will be SPOF), we have to rely on Bron–Kerbosch algorithm locating maximum clique in graph
1786
*/
1787
static void MtmDisableNode(int nodeId)
0 commit comments