Skip to content

Commit aaa72cc

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent 9c0dc44 commit aaa72cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ void MtmSendMessage(MtmArbiterMessage* msg)
14011401
mq->next = sendQueue;
14021402
Mtm->sendQueue = mq;
14031403
if (sendQueue == NULL) {
1404-
/* singal semaphore only once for the whole list */
1404+
/* signal semaphore only once for the whole list */
14051405
PGSemaphoreUnlock(&Mtm->sendSemaphore);
14061406
}
14071407
}

0 commit comments

Comments
 (0)