]> Git Repo - qemu.git/commitdiff
ui: Fix spelling in comment (ressource -> resource)
authorStefan Weil <[email protected]>
Fri, 17 Aug 2012 13:20:00 +0000 (15:20 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 14 Sep 2012 07:21:28 +0000 (08:21 +0100)
The function is called interface_release_resource.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
ui/spice-display.c

index 99bc665bc7b4630af90d7fcbf13b3abe4c0a8e35..11f55c49e1f7eec6aa06f9a4e5c65339ca9b76d9 100644 (file)
@@ -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).
This page took 0.026148 seconds and 4 git commands to generate.