aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/java/games/jogl/GLDrawable.java2
-rw-r--r--src/net/java/games/jogl/GLUtesselatorCallback.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/games/jogl/GLDrawable.java b/src/net/java/games/jogl/GLDrawable.java
index bfa0c9c26..aadc2b4fc 100644
--- a/src/net/java/games/jogl/GLDrawable.java
+++ b/src/net/java/games/jogl/GLDrawable.java
@@ -179,7 +179,7 @@ public interface GLDrawable extends ComponentEvents {
public void setAutoSwapBufferMode(boolean onOrOff);
/** Indicates whether automatic buffer swapping is enabled for this
- drawable. See {@link #setAutoBufferSwapMode}. */
+ drawable. See {@link #setAutoSwapBufferMode}. */
public boolean getAutoSwapBufferMode();
/** Swaps the front and back buffers of this drawable. When
diff --git a/src/net/java/games/jogl/GLUtesselatorCallback.java b/src/net/java/games/jogl/GLUtesselatorCallback.java
index 67b16e117..0da9a15fd 100644
--- a/src/net/java/games/jogl/GLUtesselatorCallback.java
+++ b/src/net/java/games/jogl/GLUtesselatorCallback.java
@@ -142,7 +142,7 @@ public interface GLUtesselatorCallback {
* The <b>vertex</b> callback method is invoked between the
* {@link net.java.games.jogl.GLUtesselatorCallback#begin begin} and
* {@link net.java.games.jogl.GLUtesselatorCallback#end end} callback methods.
- * It is similar to {@link net.java.games.jogl.GL#glVertex glVertex}, and it
+ * It is similar to {@link net.java.games.jogl.GL#glVertex3f glVertex3f}, and it
* defines the vertices of the triangles created by the tessellation process.
* The method takes a reference as its only argument. This reference is
* identical to the opaque reference provided by the user when the vertex was