chore: fix typos

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2023-02-14 19:33:06 +00:00
committed by poiana
parent f34ef41e8a
commit 34ed5a5fc9
2 changed files with 3 additions and 3 deletions

View File

@@ -35,10 +35,10 @@ TEST(AtomicSignalHandler, handle_once_wait_consistency)
constexpr const auto thread_wait_sec = 2;
constexpr const auto handler_wait_sec = 1;
// have a shared signal hander
// have a shared signal handler
falco::atomic_signal_handler handler;
// launch a bunch of threads all synching on the same handler
// launch a bunch of threads all syncing on the same handler
typedef struct
{
bool handled;

View File

@@ -107,7 +107,7 @@ namespace falco
try
{
f();
// note: the action may have forcely resetted
// note: the action may have forcely reset
// the signal handler, so we don't want to create
// an inconsistent state
if (triggered())