changeset 1955:8c6106e45fc1

(none)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 29 Jul 2006 03:57:55 +0000
parents c20e158a9299
children ba0d62354872
files src/video/x11/SDL_x11opengl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/x11/SDL_x11opengl.c	Sat Jul 29 03:56:35 2006 +0000
+++ b/src/video/x11/SDL_x11opengl.c	Sat Jul 29 03:57:55 2006 +0000
@@ -412,7 +412,7 @@
     int n;
     GLXContext context = NULL;
 
-    /* We do _this to create a clean separation between X and GLX errors. */
+    /* We do this to create a clean separation between X and GLX errors. */
     XSync(display, False);
     XGetWindowAttributes(display, data->window, &xattr);
     v.screen = screen;