Merge pull request #19143 from weiyongji/master

typo fix
reviewable/pr19136/r4
Srini Polavarapu 6 years ago committed by GitHub
commit d80650db31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/cpp/thread_manager/thread_manager.h

@ -56,7 +56,7 @@ class ThreadManager {
// DoWork() // DoWork()
// //
// If the return value is SHUTDOWN:, // If the return value is SHUTDOWN:,
// - ThreadManager WILL NOT call DoWork() and terminates the thead // - ThreadManager WILL NOT call DoWork() and terminates the thread
// //
// If the return value is TIMEOUT:, // If the return value is TIMEOUT:,
// - ThreadManager WILL NOT call DoWork() // - ThreadManager WILL NOT call DoWork()
@ -133,7 +133,7 @@ class ThreadManager {
grpc_core::Thread thd_; grpc_core::Thread thd_;
}; };
// The main funtion in ThreadManager // The main function in ThreadManager
void MainWorkLoop(); void MainWorkLoop();
void MarkAsCompleted(WorkerThread* thd); void MarkAsCompleted(WorkerThread* thd);

Loading…
Cancel
Save