Skip to content

Commit

Permalink
Correct spelling words
Browse files Browse the repository at this point in the history
  • Loading branch information
PioLing authored Aug 6, 2024
1 parent 80456b4 commit 07c4bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Poller/EventPoller.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class EventPoller : public TaskExecutor, public AnyStorage, public std::enable_s
/**
* 内部管道事件,用于唤醒轮询线程用
*/
void onPipeEvent(bool flus = false);
void onPipeEvent(bool flush = false);

/**
* 切换线程并执行任务
Expand Down

0 comments on commit 07c4bed

Please sign in to comment.