| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Sept. 14, 2012, 8:42 a.m. |
| Message ID | <1347612146-5407-6-git-send-email-stefanha@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/183865/ |
| State | New |
| Headers | show |
Comments
Patch
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).