File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ LockAcquireExtended(const LOCKTAG *locktag,
1060
1060
1061
1061
/*
1062
1062
* Check the proclock entry status. If dontWait = true, this is an
1063
- * expected case; otherwise, it will open happen if something in the
1063
+ * expected case; otherwise, it will only happen if something in the
1064
1064
* ipc communication doesn't work correctly.
1065
1065
*/
1066
1066
if (!(proclock -> holdMask & LOCKBIT_ON (lockmode )))
Original file line number Diff line number Diff line change @@ -1054,8 +1054,8 @@ AuxiliaryPidGetProc(int pid)
1054
1054
* at exit.
1055
1055
*
1056
1056
* Result: PROC_WAIT_STATUS_OK if we acquired the lock, PROC_WAIT_STATUS_ERROR
1057
- * if not (if dontWait = true, this is a deadlock ; if dontWait = false, we
1058
- * would have had to wait ).
1057
+ * if not (if dontWait = true, we would have had to wait ; if dontWait = false,
1058
+ * this is a deadlock ).
1059
1059
*
1060
1060
* ASSUME: that no one will fiddle with the queue until after
1061
1061
* we release the partition lock.
You can’t perform that action at this time.
0 commit comments