ui: Fix spelling in comment (ressource -> resource)
The function is called interface_release_resource. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
52a8e968a3
commit
4580c49010
@ -243,7 +243,7 @@ static SimpleSpiceUpdate *qemu_spice_create_update(SimpleSpiceDisplay *ssd)
|
||||
}
|
||||
|
||||
/*
|
||||
* Called from spice server thread context (via interface_release_ressource)
|
||||
* Called from spice server thread context (via interface_release_resource)
|
||||
* We do *not* hold the global qemu mutex here, so extra care is needed
|
||||
* when calling qemu functions. QEMU interfaces used:
|
||||
* - g_free (underlying glibc free is re-entrant).
|
||||
|
Loading…
Reference in New Issue
Block a user