File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ mod tests {
518518 ) )
519519 }
520520
521- // Test case: the buffer descriptor cannot fit all the data advertised by the the
521+ // Test case: the buffer descriptor cannot fit all the data advertised by the
522522 // packet header `len` field.
523523 {
524524 create_context ! ( test_ctx, handler_ctx) ;
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ impl Connection {
815815 /// * `mss_reserved` - How much (if anything) of the MSS value has been already used at the
816816 /// lower layers (by IP options, for example). This will be zero most of the time.
817817 /// * `payload_src` - References a buffer which contains data to send, and also specifies the
818- /// sequence number associated with the first byte from that that buffer.
818+ /// sequence number associated with the first byte from that buffer.
819819 /// * `now` - An opaque timestamp representing the current moment in time.
820820 ///
821821 /// [`MAX_WINDOW_SIZE`]: ../constant.MAX_WINDOW_SIZE.html
You can’t perform that action at this time.
0 commit comments