Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Sun, 6 Sep 2020 17:26:55 +0000 (19:26 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 6 Sep 2020 17:26:55 +0000 (19:26 +0200)
Author: Hou, Zhijie

src/backend/storage/ipc/procsignal.c

index 4fa385b0ece46b3f9693bea990e515ba1616e2ef..ffe67acea1ce1fa64eaf24e68df4aa439e716d06 100644 (file)
@@ -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)