Skip to content

Commit 376cb88

Browse files
committedFeb 6, 2022
Library - Revert doc change 229ae1a
1 parent fb8aee0 commit 376cb88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎dokan/dokan.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ VOID CALLBACK DispatchCallback(PTP_CALLBACK_INSTANCE Instance, PVOID Parameter,
545545
--eventContextBatchCount;
546546
// It is unsafe to access the context from here after Queuing the event.
547547
context = (PEVENT_CONTEXT)((PCHAR)(context) + context->Length);
548-
// 4 - All batched events are dispatched to the thread pool except the last event
549-
// that is executed on the current thread if we are not the main pull thread.
548+
// 4 - All batched events are dispatched to the thread pool except the last event that is executed on the current thread.
550549
// Note: Single thread mode has batching disabled and therefore only has one event which is executed on the main thread.
551550
if (eventContextBatchCount) {
552551
QueueIoEvent(ioEvent);

0 commit comments

Comments
 (0)
Please sign in to comment.