aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/slice_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/impl/codegen/slice_buffer.h')
-rw-r--r--include/grpc/impl/codegen/slice_buffer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/grpc/impl/codegen/slice_buffer.h b/include/grpc/impl/codegen/slice_buffer.h
index 8ca51baa47..7858021600 100644
--- a/include/grpc/impl/codegen/slice_buffer.h
+++ b/include/grpc/impl/codegen/slice_buffer.h
@@ -42,9 +42,8 @@ extern "C" {
#define GRPC_SLICE_BUFFER_INLINE_ELEMENTS 8
-/* Represents an expandable array of slices, to be interpreted as a single item
- TODO(ctiller): inline some small number of elements into the struct, to
- avoid per-call allocations */
+/* Represents an expandable array of slices, to be interpreted as a
+ single item. */
typedef struct {
/* slices in the array */
gpr_slice *slices;