diff --git a/rs/java/android/renderscript/Allocation.java b/rs/java/android/renderscript/Allocation.java index 2203850bd03c4..3b61f9dfe7988 100644 --- a/rs/java/android/renderscript/Allocation.java +++ b/rs/java/android/renderscript/Allocation.java @@ -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) {