From 2a093355aa629468eab82242ced83a1c7fff76a8 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 6 Sep 2020 19:26:55 +0200 Subject: [PATCH] Fix typo in comment Author: Hou, Zhijie --- src/backend/storage/ipc/procsignal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/storage/ipc/procsignal.c b/src/backend/storage/ipc/procsignal.c index 4fa385b0ece..ffe67acea1c 100644 --- a/src/backend/storage/ipc/procsignal.c +++ b/src/backend/storage/ipc/procsignal.c @@ -430,7 +430,7 @@ WaitForProcSignalBarrier(uint64 generation) * cannot safely access the barrier generation inside the signal handler as * 64bit atomics might use spinlock based emulation, even for reads. As this * routine only gets called when PROCSIG_BARRIER is sent that won't cause a - * lot fo unnecessary work. + * lot of unnecessary work. */ static void HandleProcSignalBarrierInterrupt(void) -- 2.39.5