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

Commit 68e03ab9 authored by Miao Wang's avatar Miao Wang Committed by Android Git Automerger
Browse files

am 13391109: am 2b300a99: am 782b4339: Merge "[RenderScript] typo fix in Allocation.java"

* commit '13391109':
  [RenderScript] typo fix in Allocation.java
parents cb43ebb3 13391109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ public class Allocation extends BaseObj {
     * Enable/Disable AutoPadding for Vec3 elements.
     * By default: Diabled.
     *
     * @param useAutoPadding True: enable AutoPadding; flase: disable AutoPadding
     * @param useAutoPadding True: enable AutoPadding; False: disable AutoPadding
     *
     */
    public void setAutoPadding(boolean useAutoPadding) {