summaryrefslogtreecommitdiffstats
path: root/vdagent-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdagent-x11.c')
-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;
}