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