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 {
518
518
) )
519
519
}
520
520
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
522
522
// packet header `len` field.
523
523
{
524
524
create_context ! ( test_ctx, handler_ctx) ;
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ impl Connection {
815
815
/// * `mss_reserved` - How much (if anything) of the MSS value has been already used at the
816
816
/// lower layers (by IP options, for example). This will be zero most of the time.
817
817
/// * `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.
819
819
/// * `now` - An opaque timestamp representing the current moment in time.
820
820
///
821
821
/// [`MAX_WINDOW_SIZE`]: ../constant.MAX_WINDOW_SIZE.html
You can’t perform that action at this time.
0 commit comments