diff options
author | ncteisen <ncteisen@gmail.com> | 2018-10-04 16:32:01 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-10-04 16:32:01 -0700 |
commit | 664178164a7ecd3b108b9dd61e7821b716848792 (patch) | |
tree | 07990a4f112644d275a2ac499b9b8c94eb5721f2 /include | |
parent | 867192e29e15fab9e3d8052ecb8b31d9177b24cf (diff) |
reviewer feedback
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index 42daf3bb6e..3ce88a8264 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -285,10 +285,10 @@ typedef struct { #define GRPC_ARG_SOCKET_MUTATOR "grpc.socket_mutator" /** The grpc_socket_factory instance to create and bind sockets. A pointer. */ #define GRPC_ARG_SOCKET_FACTORY "grpc.socket_factory" -/** The maximum ammount of memory that the trace event can use per channel - * trace node. Once the maximum is reached, subsequent events will evict the - * oldest events from the buffer. The unit for this knob is bytes. Setting - * it to zero causes channel tracing to be disabled. */ +/** The maximum amount of memory used by trace events per channel trace node. + * Once the maximum is reached, subsequent events will evict the oldest events + * from the buffer. The unit for this knob is bytes. Setting it to zero causes + * channel tracing to be disabled. */ #define GRPC_ARG_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE \ "grpc.max_channel_trace_event_memory_per_node" /** If non-zero, gRPC library will track stats and information at at per channel |