From 7a9040fe7fb2fc436fab15ebd9373de88084d656 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Thu, 14 Jan 2016 22:12:03 -0800 Subject: Remove redundant `the` in comments. --- ruby/ext/google/protobuf_c/upb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby/ext') diff --git a/ruby/ext/google/protobuf_c/upb.c b/ruby/ext/google/protobuf_c/upb.c index 048a163a..9e6aa674 100644 --- a/ruby/ext/google/protobuf_c/upb.c +++ b/ruby/ext/google/protobuf_c/upb.c @@ -8537,7 +8537,7 @@ bool upb_pbdecoder_setmaxnesting(upb_pbdecoder *d, size_t max) { ** to perfectly match the output of reference encoders that always use the ** optimal amount of space for each length. ** -** (2) requires guessing the the size upfront, and if multiple lengths are +** (2) requires guessing the size upfront, and if multiple lengths are ** guessed wrong the minimum required number of memmove() operations may ** be complicated to compute correctly. Implemented properly, it may have ** a useful amortized or average cost, but more investigation is required -- cgit v1.2.3