Skip to content

Commit 376cb88

Browse files
committed
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

Lines changed: 1 addition & 2 deletions
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)