Merge pull request #18920 from lidizheng/fix-doc

Tiny fix for combiner comment
pull/18932/head
Lidi Zheng 6 years ago committed by GitHub
commit 929ca006ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/combiner.h

@ -31,7 +31,7 @@
// Provides serialized access to some resource.
// Each action queued on a combiner is executed serially in a borrowed thread.
// The actual thread executing actions may change over time (but there will only
// every be one at a time).
// ever be one at a time).
// Initialize the lock, with an optional workqueue to shift load to when
// necessary

Loading…
Cancel
Save