diff --git a/src/java/org/lwjgl/opengl/GLContext.java b/src/java/org/lwjgl/opengl/GLContext.java index c69b8e9c..b8e8cd1e 100644 --- a/src/java/org/lwjgl/opengl/GLContext.java +++ b/src/java/org/lwjgl/opengl/GLContext.java @@ -50,7 +50,7 @@ import org.lwjgl.LWJGLException; * $Id$ *

* Manages GL contexts. Before any rendering is done by a LWJGL system, a call should be made to - * GLContext.setContext() with a context. This will ensure that GLContext has an accurate reflection + * GLContext.useContext() with a context. This will ensure that GLContext has an accurate reflection * of the current context's capabilities and function pointers. * * @author elias_naur