aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/ext/grpc/rb_channel.c
diff options
context:
space:
mode:
authorGravatar Shohei Kamimori <jyane.kstm@gmail.com>2018-02-05 18:42:20 +0900
committerGravatar Shohei Kamimori <jyane.kstm@gmail.com>2018-02-05 18:46:41 +0900
commit35367cc3ed0bacea58764c94095b7062cc3c42bc (patch)
tree2537a37c13d2c70f96a10bc0d27ab3c7409508c3 /src/ruby/ext/grpc/rb_channel.c
parent73a50abd1d675acba4bdbde3af8ca0077654de79 (diff)
fix typo
Diffstat (limited to 'src/ruby/ext/grpc/rb_channel.c')
-rw-r--r--src/ruby/ext/grpc/rb_channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/ext/grpc/rb_channel.c b/src/ruby/ext/grpc/rb_channel.c
index 1d11a53aa7..c56ac21645 100644
--- a/src/ruby/ext/grpc/rb_channel.c
+++ b/src/ruby/ext/grpc/rb_channel.c
@@ -362,8 +362,8 @@ static void wait_for_watch_state_op_complete_unblocking_func(void* arg) {
/* Wait until the channel's connectivity state becomes different from
* "last_state", or "deadline" expires.
- * Returns true if the the channel's connectivity state becomes
- * different from "last_state" within "deadline".
+ * Returns true if the channel's connectivity state becomes different
+ * from "last_state" within "deadline".
* Returns false if "deadline" expires before the channel's connectivity
* state changes from "last_state".
* */