Fix a typo.

pull/21216/head
Guantao Liu 5 years ago
parent 81b4bc02db
commit 3485bf4af2
  1. 2
      src/core/lib/iomgr/poller/eventmanager_libuv.h

@ -78,7 +78,7 @@ class LibuvEventManager {
// Worker threads of the EventManager.
std::vector<grpc_core::Thread> workers_;
// Mutex and condition variable used for shutdown.
grpc_core::Mutex shutddown_mu_;
grpc_core::Mutex shutdown_mu_;
grpc_core::CondVar shutdown_cv_;
};

Loading…
Cancel
Save