summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2013-03-08 14:32:43 -0800
committerJason Sams <jsams@google.com>2013-03-08 14:32:43 -0800
commit1e645d29250731c6e34040940c59f1033213ad3e (patch)
tree5f65899f48a9043a89840c37834a27097fcb1f5f /graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java
parentf73e7fdd6dff4ea4c1039fd6cee0b9402ae15b6f (diff)
Fix typo
Change-Id: I4e4d3aec62d1400f90a10802148ef875b5a268ef
Diffstat (limited to 'graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java')
-rw-r--r--graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java b/graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java
index 24af6ea3040d..3e58b8726ec7 100644
--- a/graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java
+++ b/graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java
@@ -45,7 +45,7 @@ public final class ScriptIntrinsic3DLUT extends ScriptIntrinsic {
int id = rs.nScriptIntrinsicCreate(8, e.getID(rs));
if (!e.isCompatible(Element.U8_4(rs))) {
- throw new RSIllegalArgumentException("Element must be compatibile with uchar4.");
+ throw new RSIllegalArgumentException("Element must be compatible with uchar4.");
}
return new ScriptIntrinsic3DLUT(id, rs, e);