misc: fix commonly doubled up words
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20220707163720.1421716-5-berrange@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
ebf705541c
commit
7a21bee2aa
27 changed files with 36 additions and 36 deletions
|
|
@ -379,7 +379,7 @@ int virtio_send_data_iov(struct fuse_session *se, struct fuse_chan *ch,
|
|||
copy_iov(iov, count, in_sg, in_num, iov_len);
|
||||
|
||||
/*
|
||||
* Build a copy of the the in_sg iov so we can skip bits in it,
|
||||
* Build a copy of the in_sg iov so we can skip bits in it,
|
||||
* including changing the offsets
|
||||
*/
|
||||
in_sg_cpy = g_new(struct iovec, in_num);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue