From 1b355f15f8e97da0fda3f8590fc17ac022895a1a Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 14 Mar 2018 15:46:14 +0000 Subject: packed-ring: fix 'contigious' typo Signed-off-by: Stefan Hajnoczi Signed-off-by: Michael S. Tsirkin Fixes: https://github.com/oasis-tcs/virtio-spec/issues/7 Approved-by: https://www.oasis-open.org/committees/ballot.php?id=3184 --- packed-ring.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packed-ring.tex b/packed-ring.tex index bb29619..8640192 100644 --- a/packed-ring.tex +++ b/packed-ring.tex @@ -161,7 +161,7 @@ data has been written by the device into any parts of the buffer. In an available descriptor, Element Address corresponds to the physical address of the buffer element. The length of the element assumed -to be physically contigious is stored in Element Length. +to be physically contiguous is stored in Element Length. In a used descriptor, Element Address is unused. Element Length specifies the length of the buffer that has been initialized @@ -178,7 +178,7 @@ elements (also known as a scatter/gather list) with a request. Two features support this: descriptor chaining and indirect descriptors. If neither feature is in use by the driver, each buffer is -physically-contigious, either read-only or write-only and is +physically-contiguous, either read-only or write-only and is described completely by a single descriptor. While unusual (most implementations either create all lists -- cgit v1.2.3