docs: Fix some typos in docs and comments

Fix some typos or misspellings without functional change.

Signed-off-by: Dayu Liu <liu.dayu@zte.com.cn>
This commit is contained in:
Dayu Liu
2021-05-18 09:12:08 +08:00
committed by Rob Bradford
parent c91b16d2a1
commit 8160c2884b
8 changed files with 9 additions and 9 deletions

View File

@@ -469,7 +469,7 @@ mod tests {
expect_asm_error!(tx, test_ctx, handler_ctx, VsockError::UnreadableDescriptor);
}
// 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);