aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2015-12-07 16:10:10 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2015-12-07 16:10:10 -0800
commitea4b3c6082c445029edf0d417d453827c6897c6a (patch)
treebdda20f5e7180eb909cb427541bd8a635c598f0c /test/core/support
parent7bf082faf8fefaa0282098edd0ee116cd1988e85 (diff)
Fix a typo in comment
Diffstat (limited to 'test/core/support')
-rw-r--r--test/core/support/slice_buffer_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/slice_buffer_test.c b/test/core/support/slice_buffer_test.c
index 078d89dfbe..cf2da84c2b 100644
--- a/test/core/support/slice_buffer_test.c
+++ b/test/core/support/slice_buffer_test.c
@@ -102,7 +102,7 @@ void test_slice_buffer_move_first() {
GPR_ASSERT(src.length == src_len);
GPR_ASSERT(dst.length == dst_len);
- /* src now has two slices ["bb"] and ["cccc"] */
+ /* src now has two slices ["bbb"] and ["ccc"] */
/* Case 2: Move the first slice from src to dst */
gpr_slice_buffer_move_first(&src, 3, &dst);
src_len -= 3;