From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2MTA-0007Kc-G9 for qemu-devel@nongnu.org; Fri, 17 Aug 2012 09:20:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2MT7-0007Gg-GX for qemu-devel@nongnu.org; Fri, 17 Aug 2012 09:20:08 -0400 From: Stefan Weil Date: Fri, 17 Aug 2012 15:20:00 +0200 Message-Id: <1345209600-808-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH] ui: Fix spelling in comment (ressource -> resource) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org The function is called interface_release_resource. Signed-off-by: Stefan Weil --- ui/spice-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/spice-display.c b/ui/spice-display.c index 3e8f0b3..277843c 100644 --- a/ui/spice-display.c +++ b/ui/spice-display.c @@ -217,7 +217,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). -- 1.7.10