Merge pull request #19551 from mhaidrygoog/fix_typo

Fix typo
pull/19539/head
hcaseyal 6 years ago committed by GitHub
commit b389c00f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/executor/mpmcqueue.cc

@ -59,7 +59,7 @@ inline void* InfLenFIFOQueue::PopFront() {
}
Delete(head_to_remove);
// Singal waiting thread
// Signal waiting thread
if (count_.Load(MemoryOrder::RELAXED) > 0 && num_waiters_ > 0) {
wait_nonempty_.Signal();
}

Loading…
Cancel
Save