From 2e8602eb43b5e9f4a620d07d74d93c4b5ef5bdb7 Mon Sep 17 00:00:00 2001 From: Alexander Sklar Date: Tue, 19 May 2020 15:07:06 -0700 Subject: [PATCH] Update win_hook_event_data.h (#3092) --- src/modules/interface/win_hook_event_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/interface/win_hook_event_data.h b/src/modules/interface/win_hook_event_data.h index a59d2f3c48..4790f7d009 100644 --- a/src/modules/interface/win_hook_event_data.h +++ b/src/modules/interface/win_hook_event_data.h @@ -31,7 +31,7 @@ return 0; } - Taking to long to process the events has negative impact on the whole system + Taking too long to process the events has negative impact on the whole system performance. To address this, the events are signaled from a different thread, not from the event hook callback itself. */