Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3a4522f

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent b9a193e commit 3a4522f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

multimaster.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,11 +3257,11 @@ void MtmRollbackPreparedTransaction(int nodeId, char const* gid)
32573257
}
32583258

32593259
/*
3260-
* Wrapper arround FinishPreparedTransaction function.
3261-
* This function shoudl proper context for invocation of this function.
3260+
* Wrapper around FinishPreparedTransaction function.
3261+
* A proper context is required for invocation of this function.
32623262
* This function is called with MTM mutex locked.
32633263
* It should unlock mutex before calling FinishPreparedTransaction to avoid deadlocks.
3264-
* ts object is pinned to prevent deallocation while lock is released.
3264+
* `ts` object is pinned to prevent deallocation while lock is released.
32653265
*/
32663266
void MtmFinishPreparedTransaction(MtmTransState* ts, bool commit)
32673267
{

0 commit comments

Comments
 (0)