Skip to content

Commit e7df471

Browse files
committed
docs/vsock: fixed typos
Fixed a couple of typos in `docs/vsock.md`. Signed-off-by: Dan Horobeanu <[email protected]>
1 parent da601ba commit e7df471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vsock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ This document assumes the reader is familiar with running Firecracker and
1313
issuing API commands over its API socket. For a more details on how to run
1414
Firecracker, check out the [getting started guide](getting-started.md).
1515

16-
Familiarty with socket programming, in particular Unix sockets, is also
16+
Familiarity with socket programming, in particular Unix sockets, is also
1717
assumed.
1818

1919
## Firecracker Virtio-vsock Design
2020

2121
The Firecracker vsock device aims to provide full virtio-vsock support to
2222
software running inside the guest VM, while bypassing vhost kernel code on the
2323
host. To that end, Firecracker implements the virtio-vsock device model, and
24-
mediate communication between AF_UNIX sockets (on the host end) and AF_VSOCK
24+
mediates communication between AF_UNIX sockets (on the host end) and AF_VSOCK
2525
sockets (on the guest end).
2626

2727
In order to provide channel multiplexing, AF_VSOCK ports are translated into

0 commit comments

Comments
 (0)