Shallow formatting pass.
diff --git a/lib/glext.c b/lib/glext.c
index c088dbe..e16aaef 100644
--- a/lib/glext.c
+++ b/lib/glext.c
@@ -86,8 +86,7 @@
}
//========================================================================
-// _glfwStringInExtensionString() - Check if a string can be found in an
-// OpenGL extension string
+// Check if a string can be found in an OpenGL extension string
//========================================================================
int _glfwStringInExtensionString( const char *string,
@@ -191,7 +190,7 @@
//========================================================================
-// glfwGetProcAddress() - Get the function pointer to an OpenGL function.
+// Get the function pointer to an OpenGL function.
// This function can be used to get access to extended OpenGL functions.
//========================================================================