mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ch: Fix various misspelled words
Misspellings were identified by https://github.com/marketplace/actions/check-spelling * Initial corrections suggested by Google Sheets * Additional corrections by Google Chrome auto-suggest * Some manual corrections Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ const HDROFF_TYPE: usize = 28;
|
||||
// Operation ID - one of the VSOCK_OP_* values; e.g.
|
||||
// - VSOCK_OP_RW: a data packet;
|
||||
// - VSOCK_OP_REQUEST: connection request;
|
||||
// - VSOCK_OP_RST: forcefull connection termination;
|
||||
// - VSOCK_OP_RST: forceful connection termination;
|
||||
// etc (see `super::defs::uapi` for the full list).
|
||||
const HDROFF_OP: usize = 30;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user