Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove redundant words in comment #4891

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading