From 4cbe749932d92c1b23b56507306e7772a96c32d0 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 10 Sep 2010 22:10:19 +0200 Subject: [PATCH] Comment fixes. --- src/x11/platform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/x11/platform.h b/src/x11/platform.h index 811d9f22..e2c432d1 100644 --- a/src/x11/platform.h +++ b/src/x11/platform.h @@ -172,7 +172,7 @@ typedef const GLubyte* (APIENTRY *PFNGLGETSTRINGIPROC)(GLenum, GLuint); //======================================================================== //------------------------------------------------------------------------ -// OpenGL context structure +// Platform-specific OpenGL context structure //------------------------------------------------------------------------ typedef struct _GLFWcontextGLX { @@ -196,7 +196,7 @@ typedef struct _GLFWcontextGLX //------------------------------------------------------------------------ -// Window structure +// Platform-specific window structure //------------------------------------------------------------------------ typedef struct _GLFWwindowX11 { @@ -223,7 +223,7 @@ typedef struct _GLFWwindowX11 //------------------------------------------------------------------------ -// Platform-specific ibrary global data +// Platform-specific library global data //------------------------------------------------------------------------ typedef struct _GLFWlibraryX11 {