Skip to content

Commit 4c3a1e5

Browse files
committed
chore: remove redundant words in comment
Signed-off-by: longxiangqiao <[email protected]>
1 parent 3e629eb commit 4c3a1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vmm/src/devices/virtio/vsock/packet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ mod tests {
517517
))
518518
}
519519

520-
// Test case: the buffer descriptor cannot fit all the data advertised by the the
520+
// Test case: the buffer descriptor cannot fit all the data advertised by the
521521
// packet header `len` field.
522522
{
523523
create_context!(test_ctx, handler_ctx);

src/vmm/src/dumbo/tcp/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)