Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2486685f authored by Jason Sams's avatar Jason Sams Committed by Android Git Automerger
Browse files

am 8c7d5d80: Merge "Fix typo" into jb-mr2-dev

* commit '8c7d5d80':
  Fix typo
parents 694f9ff4 8c7d5d80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);