summary refs log tree commit diff stats
path: root/contrib/vhost-user-gpu/virgl.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-11-14 19:10:44 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-11-15 11:59:54 +0300
commit1a9c9a6f8a97914133901af9ee56f7520a447189 (patch)
treee8db96125de251a787232b357469bcbcc0ade276 /contrib/vhost-user-gpu/virgl.c
parente3fc69343c4d204c3aec584f41a793f1ac709011 (diff)
downloadfocaccia-qemu-1a9c9a6f8a97914133901af9ee56f7520a447189.tar.gz
focaccia-qemu-1a9c9a6f8a97914133901af9ee56f7520a447189.zip
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>
Diffstat (limited to 'contrib/vhost-user-gpu/virgl.c')
-rw-r--r--contrib/vhost-user-gpu/virgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vhost-user-gpu/virgl.c b/contrib/vhost-user-gpu/virgl.c
index 1da6cc1588..d1ccdf7d06 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;