summary refs log tree commit diff stats
path: root/ui/spice-display.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-04-07 09:23:39 +0200
committerBlue Swirl <blauwirbel@gmail.com>2012-04-07 14:00:45 +0000
commit5cbdb3a34bce4ee64dd203cfd74979409fa3d51e (patch)
tree4b59207391a065bd438f3c30219ec562c4ec80de /ui/spice-display.c
parentc5ec15ea3b9374e6d493f8de7dfc170cec058068 (diff)
downloadfocaccia-qemu-5cbdb3a34bce4ee64dd203cfd74979409fa3d51e.tar.gz
focaccia-qemu-5cbdb3a34bce4ee64dd203cfd74979409fa3d51e.zip
Replace Qemu by QEMU in comments
The official spelling is QEMU.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
[blauwirbel@gmail.com: fixed comment style in hw/sun4m.c]
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'ui/spice-display.c')
-rw-r--r--ui/spice-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/spice-display.c b/ui/spice-display.c
index cb8a7addfc..5418eb3c7c 100644
--- a/ui/spice-display.c
+++ b/ui/spice-display.c
@@ -219,7 +219,7 @@ static SimpleSpiceUpdate *qemu_spice_create_update(SimpleSpiceDisplay *ssd)
 /*
  * Called from spice server thread context (via interface_release_ressource)
  * We do *not* hold the global qemu mutex here, so extra care is needed
- * when calling qemu functions.  Qemu interfaces used:
+ * when calling qemu functions.  QEMU interfaces used:
  *    - g_free (underlying glibc free is re-entrant).
  */
 void qemu_spice_destroy_update(SimpleSpiceDisplay *sdpy, SimpleSpiceUpdate *update)