Purged references to GLFW as a framework.
diff --git a/src/opengl.c b/src/opengl.c
index 7c25c75..df8b3ee 100644
--- a/src/opengl.c
+++ b/src/opengl.c
@@ -1,5 +1,5 @@
 //========================================================================
-// GLFW - An OpenGL framework
+// GLFW - An OpenGL library
 // Platform:    Any
 // API version: 3.0
 // WWW:         http://www.glfw.org/