From 292d502205f67291b2112eedb6215b7606ba1197 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 1 May 2014 15:04:09 -0400 Subject: [PATCH] window: Fix typo in comment --- src/core/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/window.c b/src/core/window.c index 901e4d462..6f4ce1f85 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -3936,7 +3936,7 @@ adjust_for_gravity (MetaWindow *window, * * Gets whether the compositor should be updating the window contents; * window content updates may be frozen at client request by setting - * an odd value in the extended _NET_WM_SYNC_REQUEST_COUNTER counter r + * an odd value in the extended _NET_WM_SYNC_REQUEST_COUNTER counter * by the window manager during a resize operation while waiting for * the client to redraw. *