Skip to content

Commit a628fc8

Browse files
committed
vhost-user: typo fixups
Fix typo in field name. Strip two consequitive empty lines. Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent 3fd74b8 commit a628fc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/specs/vhost-user.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ Depending on the request type, payload can be:
8585
Guest address: a 64-bit guest address of the region
8686
Size: a 64-bit size
8787
User address: a 64-bit user address
88-
mmmap offset: 64-bit offset where region starts in the mapped memory
89-
88+
mmap offset: 64-bit offset where region starts in the mapped memory
9089

9190
In QEMU the vhost-user message is implemented with the following struct:
9291

0 commit comments

Comments
 (0)