Skip to content

Commit 8d2ab8e

Browse files
longxiangqiaoroypat
authored andcommitted
chore: remove redundant words in comment
Fix word duplicaiton in the comment. Co-Authored-By: longxiangqiao <[email protected]> Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 5925eb2 commit 8d2ab8e

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
@@ -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);

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)