summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-03-29 11:44:45 +0200
committerHans de Goede <hdegoede@redhat.com>2011-03-29 11:44:45 +0200
commitebcb95479d65f176b3bce122f99f80e27bf71a34 (patch)
treecc33365549078e2123c3101713a0bbbc410e738a
parent64e522444ee81d5507b89479ec03fa3b03ed35f2 (diff)
vdagent-x11: Fix typo in comment
-rw-r--r--vdagent-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdagent-x11.c b/vdagent-x11.c
index 1660ef1..f2c99f4 100644
--- a/vdagent-x11.c
+++ b/vdagent-x11.c
@@ -181,7 +181,7 @@ struct vdagent_x11 *vdagent_x11_create(struct udscs_connection *vdagentd,
x11->height = attrib.height;
vdagent_x11_send_daemon_guest_xorg_res(x11);
- /* No need for XFlush as XGetWindowAttributes does an implicit Xflush */
+ /* No need for XFlush as XGetWindowAttributes does an implicit XFlush */
return x11;
}