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

Commit 1e645d29 authored by Jason Sams's avatar Jason Sams
Browse files

Fix typo

Change-Id: I4e4d3aec62d1400f90a10802148ef875b5a268ef
parent f73e7fdd
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);