From: Stefan Weil Date: Fri, 17 Aug 2012 13:20:00 +0000 (+0200) Subject: ui: Fix spelling in comment (ressource -> resource) X-Git-Tag: v1.3.0-rc0~524^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4580c490107ec846fb1ec63be823cf65dbb19f73;p=thirdparty%2Fqemu.git ui: Fix spelling in comment (ressource -> resource) The function is called interface_release_resource. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- diff --git a/ui/spice-display.c b/ui/spice-display.c index 99bc665bc7b..11f55c49e1f 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).