diff options
Diffstat (limited to 'graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java')
-rw-r--r-- | graphics/java/android/renderscript/ScriptIntrinsic3DLUT.java | 2 |
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); |