Commit 2a093355 authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in comment

Author: Hou, Zhijie
parent 19ad7e1d
...@@ -430,7 +430,7 @@ WaitForProcSignalBarrier(uint64 generation) ...@@ -430,7 +430,7 @@ WaitForProcSignalBarrier(uint64 generation)
* cannot safely access the barrier generation inside the signal handler as * cannot safely access the barrier generation inside the signal handler as
* 64bit atomics might use spinlock based emulation, even for reads. As this * 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 * routine only gets called when PROCSIG_BARRIER is sent that won't cause a
* lot fo unnecessary work. * lot of unnecessary work.
*/ */
static void static void
HandleProcSignalBarrierInterrupt(void) HandleProcSignalBarrierInterrupt(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment