From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRU8-0001lO-P1 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCRU7-0007YO-Md for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:48 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:59751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRU7-0007WS-GC for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:47 -0400 Received: by mail-wi0-f181.google.com with SMTP id hm2so3387894wib.10 for ; Fri, 14 Sep 2012 01:42:47 -0700 (PDT) From: Stefan Hajnoczi Date: Fri, 14 Sep 2012 09:42:19 +0100 Message-Id: <1347612146-5407-6-git-send-email-stefanha@gmail.com> In-Reply-To: <1347612146-5407-1-git-send-email-stefanha@gmail.com> References: <1347612146-5407-1-git-send-email-stefanha@gmail.com> Subject: [Qemu-devel] [PATCH 05/12] ui: Fix spelling in comment (ressource -> resource) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi From: Stefan Weil The function is called interface_release_resource. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- 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 99bc665..11f55c4 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). -- 1.7.10.4