diff --git a/Source/OpenTK/Graphics/OpenGL/GLHelper.cs b/Source/OpenTK/Graphics/OpenGL/GLHelper.cs
index bbe50762..ef0627c3 100644
--- a/Source/OpenTK/Graphics/OpenGL/GLHelper.cs
+++ b/Source/OpenTK/Graphics/OpenGL/GLHelper.cs
@@ -22,11 +22,11 @@ using System.Reflection.Emit;
namespace OpenTK.Graphics.OpenGL
{
///
- /// OpenGL bindings for .NET, implementing OpenGL 3.1, plus extensions.
+ /// OpenGL bindings for .NET, implementing the full OpenGL API, including extensions.
///
///
///
- /// This class contains all OpenGL enums and functions defined in the 3.1 specification.
+ /// This class contains all OpenGL enums and functions defined in the latest OpenGL specification.
/// The official .spec files can be found at: http://opengl.org/registry/.
///
/// A valid OpenGL context must be created before calling any OpenGL function.