qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 05/12] ui: Fix spelling in comment (ressource -> res


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 05/12] ui: Fix spelling in comment (ressource -> resource)
Date: Fri, 14 Sep 2012 09:42:19 +0100

From: Stefan Weil <address@hidden>

The function is called interface_release_resource.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]