mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue