From 3f87e6cd776ad2c99d6c4733d98cdfdc1049ad0f Mon Sep 17 00:00:00 2001 From: Sergei Trifonov Date: Thu, 5 Jan 2023 15:27:51 +0100 Subject: [PATCH] Update src/Common/Threading.h Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com> --- src/Common/Threading.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Threading.h b/src/Common/Threading.h index 1398e5b1e0e..4b6a372ce2d 100644 --- a/src/Common/Threading.h +++ b/src/Common/Threading.h @@ -27,7 +27,7 @@ struct NotCancellable }; // Responsible for synchronization needed to deliver thread cancellation signal. -// Basic building block for cancallable synchronization primitives. +// Basic building block for cancellable synchronization primitives. // Allows to perform cancellable wait on memory addresses (think futex) class CancelToken {