Skip to content

Commit 2a09335

Browse files
committed
Fix typo in comment
Author: Hou, Zhijie
1 parent 19ad7e1 commit 2a09335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/procsignal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ WaitForProcSignalBarrier(uint64 generation)
430430
* cannot safely access the barrier generation inside the signal handler as
431431
* 64bit atomics might use spinlock based emulation, even for reads. As this
432432
* routine only gets called when PROCSIG_BARRIER is sent that won't cause a
433-
* lot fo unnecessary work.
433+
* lot of unnecessary work.
434434
*/
435435
static void
436436
HandleProcSignalBarrierInterrupt(void)

0 commit comments

Comments
 (0)