Fix typos for the word "Unsupported".
Bug: https://code.google.com/p/android/issues/detail?id=206490 Change-Id: Ie1b2c2b0960d8dd8c12ed06d84a16913cd057221
This commit is contained in:
@@ -46,7 +46,7 @@ public final class ScriptIntrinsicHistogram extends ScriptIntrinsic {
|
||||
(!e.isCompatible(Element.U8_3(rs))) &&
|
||||
(!e.isCompatible(Element.U8_2(rs))) &&
|
||||
(!e.isCompatible(Element.U8(rs)))) {
|
||||
throw new RSIllegalArgumentException("Unsuported element type.");
|
||||
throw new RSIllegalArgumentException("Unsupported element type.");
|
||||
}
|
||||
long id = rs.nScriptIntrinsicCreate(9, e.getID(rs));
|
||||
ScriptIntrinsicHistogram sib = new ScriptIntrinsicHistogram(id, rs);
|
||||
|
||||
Reference in New Issue
Block a user