diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-14 19:10:44 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-11-15 11:59:54 +0300 |
commit | 1a9c9a6f8a97914133901af9ee56f7520a447189 (patch) | |
tree | e8db96125de251a787232b357469bcbcc0ade276 | |
parent | e3fc69343c4d204c3aec584f41a793f1ac709011 (diff) | |
download | qemu-1a9c9a6f8a97914133901af9ee56f7520a447189.zip qemu-1a9c9a6f8a97914133901af9ee56f7520a447189.tar.gz qemu-1a9c9a6f8a97914133901af9ee56f7520a447189.tar.bz2 |
contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
Fixes: e3c82fe04f31 "contrib/vhost-user-gpu: add support for sending dmabuf modifiers"
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | contrib/vhost-user-gpu/virgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vhost-user-gpu/virgl.c b/contrib/vhost-user-gpu/virgl.c index 1da6cc1..d1ccdf7 100644 --- a/contrib/vhost-user-gpu/virgl.c +++ b/contrib/vhost-user-gpu/virgl.c @@ -401,7 +401,7 @@ virgl_cmd_set_scanout(VuGpu *g, if (g->use_modifiers) { /* - * The mesage uses all the fields set in dmabuf_scanout plus + * The message uses all the fields set in dmabuf_scanout plus * modifiers which is appended after VhostUserGpuDMABUFScanout. */ msg.request = VHOST_USER_GPU_DMABUF_SCANOUT2; |