Skip to content

Commit

Permalink
chore: remove redundant words in comment
Browse files Browse the repository at this point in the history
Signed-off-by: longxiangqiao <[email protected]>
  • Loading branch information
longxiangqiao committed Nov 25, 2024
1 parent 1320786 commit 9555641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vmm/src/devices/virtio/vsock/packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ mod tests {
))
}

// Test case: the buffer descriptor cannot fit all the data advertised by the the
// Test case: the buffer descriptor cannot fit all the data advertised by the
// packet header `len` field.
{
create_context!(test_ctx, handler_ctx);
Expand Down
2 changes: 1 addition & 1 deletion src/vmm/src/dumbo/tcp/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ impl Connection {
/// * `mss_reserved` - How much (if anything) of the MSS value has been already used at the
/// lower layers (by IP options, for example). This will be zero most of the time.
/// * `payload_src` - References a buffer which contains data to send, and also specifies the
/// sequence number associated with the first byte from that that buffer.
/// sequence number associated with the first byte from that buffer.
/// * `now` - An opaque timestamp representing the current moment in time.
///
/// [`MAX_WINDOW_SIZE`]: ../constant.MAX_WINDOW_SIZE.html
Expand Down

0 comments on commit 9555641

Please sign in to comment.