From 03d526097d399eb540c63aa160a1c1ef310ae142 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 23 Jul 2012 00:48:18 +0200 Subject: [PATCH] Comment fix. --- include/GL/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 4ff8e857..15bc9e5c 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -421,7 +421,7 @@ extern "C" { #define GLFW_OPENGL_PROFILE 0x00021014 #define GLFW_OPENGL_ROBUSTNESS 0x00021015 -/* GLFW_OPENGL_API mode tokens */ +/* GLFW_CLIENT_API tokens */ #define GLFW_OPENGL_API 0x00000001 #define GLFW_OPENGL_ES_API 0x00000002