From b0277a129b11588f2801c9ef6e4b2ab1d4a0c2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Mon, 20 Mar 2017 17:48:45 +0100 Subject: [PATCH] Fix comment --- src/x11_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_init.c b/src/x11_init.c index f283e6a5..8b668589 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -455,7 +455,7 @@ static void detectEWMH(void) XFree(supportedAtoms); } -// Initialize X11 display and look for supported X11 extensions +// Look for and initialize supported X11 extensions // static GLFWbool initExtensions(void) {