summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-12-31 15:29:28 +0800
committerJack Palevich <jackpal@google.com>2009-12-31 15:29:28 +0800
commit8af9649d44745adba8be4db4e96af053ba32f2c5 (patch)
tree37edf1d80159b99ad69c1bf1622d3095c28a0563 /opengl
parenta6276fdd4253c3a7150ab675678c750473ab6c45 (diff)
downloadframeworks_base-8af9649d44745adba8be4db4e96af053ba32f2c5.zip
frameworks_base-8af9649d44745adba8be4db4e96af053ba32f2c5.tar.gz
frameworks_base-8af9649d44745adba8be4db4e96af053ba32f2c5.tar.bz2
Fix javadoc typos.
Diffstat (limited to 'opengl')
-rw-r--r--opengl/java/android/opengl/ETC1.java2
-rw-r--r--opengl/java/android/opengl/ETC1Util.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/opengl/java/android/opengl/ETC1.java b/opengl/java/android/opengl/ETC1.java
index 677bbd4..f3dac77 100644
--- a/opengl/java/android/opengl/ETC1.java
+++ b/opengl/java/android/opengl/ETC1.java
@@ -27,7 +27,7 @@ import java.nio.Buffer;
* The PKM file format is of a 16-byte header that describes the image bounds
* followed by the encoded ETC1 texture data.
* <p>
- * @see(ETC1Util)
+ * @see ETC1Util
*/
public class ETC1 {
diff --git a/opengl/java/android/opengl/ETC1Util.java b/opengl/java/android/opengl/ETC1Util.java
index 56e2f23..dd28d1d 100644
--- a/opengl/java/android/opengl/ETC1Util.java
+++ b/opengl/java/android/opengl/ETC1Util.java
@@ -92,7 +92,7 @@ public class ETC1Util {
/**
* Check if ETC1 texture compression is supported by the active OpenGL ES context.
- * @returns true if the active OpenGL ES context supports ETC1 texture compression.
+ * @return true if the active OpenGL ES context supports ETC1 texture compression.
*/
public static boolean isETC1Supported() {
int[] results = new int[20];