summaryrefslogtreecommitdiff
path: root/ui/spice-display.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-08-17 15:20:00 +0200
committerStefan Hajnoczi <stefanha@gmail.com>2012-09-14 08:21:28 +0100
commit4580c490107ec846fb1ec63be823cf65dbb19f73 (patch)
tree7221e9c139719bada3e1f740444d85406b9cbd1a /ui/spice-display.c
parent52a8e968a325f5dbbdceba06aaad2ac94f30da37 (diff)
downloadqemu-4580c490107ec846fb1ec63be823cf65dbb19f73.tar.gz
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>
Diffstat (limited to 'ui/spice-display.c')
-rw-r--r--ui/spice-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/spice-display.c b/ui/spice-display.c
index 99bc665bc7..11f55c49e1 100644
--- a/ui/spice-display.c
+++ b/ui/spice-display.c
@@ -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).