Update win_hook_event_data.h (#3092)

This commit is contained in:
Alexander Sklar
2020-05-19 15:07:06 -07:00
committed by GitHub
parent 4277041b0e
commit 2e8602eb43

View File

@@ -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.
*/