aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/GLPbuffer.java
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-08-15 12:08:03 +0000
committerKenneth Russel <[email protected]>2003-08-15 12:08:03 +0000
commit97430eddb3716602d7b5e8ce9627772568b52876 (patch)
tree20844cb6763f1bcd7dcbfbc37e8c0ceb9bcbbcf9 /src/net/java/games/jogl/GLPbuffer.java
parentd2a6e3ac6ef57cf716212c12f13900280e5a86be (diff)
Added SGI .rgb image reader. Fixed typos in javadoc.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@54 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/net/java/games/jogl/GLPbuffer.java')
-rw-r--r--src/net/java/games/jogl/GLPbuffer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/GLPbuffer.java b/src/net/java/games/jogl/GLPbuffer.java
index 5df8d616c..d41ca1bd6 100644
--- a/src/net/java/games/jogl/GLPbuffer.java
+++ b/src/net/java/games/jogl/GLPbuffer.java
@@ -61,6 +61,6 @@ public interface GLPbuffer extends GLDrawable {
/** Unbinds the pbuffer from its internal texture target. */
public void releaseTexture();
- /** Querries initialization status a <code>this</code> pBuffer*/
+ /** Queries initialization status of this pBuffer. */
public boolean isInitialized();
}