diff options
author | David G. Quintas <dgq@google.com> | 2015-09-21 18:16:46 -0700 |
---|---|---|
committer | David G. Quintas <dgq@google.com> | 2015-09-21 18:16:46 -0700 |
commit | af970edf2e969172ccd2dd183d7c50d9bf43a44f (patch) | |
tree | 3a8836e9e7629f8757ddd016a423987db9c46860 /src/core/channel | |
parent | 5b7f6c91028acd82e4473cf80c04f1324ca4a8ee (diff) |
Fixed typo in channel_args.h docstring
Diffstat (limited to 'src/core/channel')
-rw-r--r-- | src/core/channel/channel_args.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/channel_args.h b/src/core/channel/channel_args.h index 06a6012dee..1a6be91359 100644 --- a/src/core/channel/channel_args.h +++ b/src/core/channel/channel_args.h @@ -71,7 +71,7 @@ grpc_channel_args *grpc_channel_args_set_compression_algorithm( * compression algorithms are enabled. It's an error to disable an algorithm set * by grpc_channel_args_set_compression_algorithm. * - * Returns an instance will the updated algorithm states. The \a a pointer is + * Returns an instance with the updated algorithm states. The \a a pointer is * modified to point to the returned instance (which may be different from the * input value of \a a). */ grpc_channel_args *grpc_channel_args_compression_algorithm_set_state( |