Skip to content

Commit

Permalink
Merge pull request grpc#18920 from lidizheng/fix-doc
Browse files Browse the repository at this point in the history
Tiny fix for combiner comment
  • Loading branch information
lidizheng committed May 1, 2019
2 parents ccf4734 + 058e90e commit 929ca00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/lib/iomgr/combiner.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 929ca00

Please sign in to comment.