Skip to content

Commit 26566f4

Browse files
committed
fix typo
1 parent 88c4dde commit 26566f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/framework/new_executor/workqueue/nonblocking_threadpool.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ class ThreadPoolTempl {
130130
// this is kept alive while any threads can potentially be in Schedule.
131131
if (!t.f) {
132132
if (num_tasks > num_threads_ - blocked_) {
133-
VLOG(6) << "Add task, Nodify";
133+
VLOG(6) << "Add task, Notify";
134134
ec_.Notify(false);
135135
} else {
136-
VLOG(6) << "Add task, No Nodify";
136+
VLOG(6) << "Add task, No Notify";
137137
}
138138
} else {
139139
num_tasks_.fetch_sub(1, std::memory_order_relaxed);

0 commit comments

Comments
 (0)