Merge "[RenderScript] typo fix in Allocation.java"

This commit is contained in:
Miao Wang
2015-04-16 02:03:26 +00:00
committed by Gerrit Code Review

View File

@@ -276,7 +276,7 @@ public class Allocation extends BaseObj {
* @hide * @hide
* Enable/Disable AutoPadding for Vec3 elements. * Enable/Disable AutoPadding for Vec3 elements.
* *
* @param useAutoPadding True: enable AutoPadding; flase: disable AutoPadding * @param useAutoPadding True: enable AutoPadding; False: disable AutoPadding
* *
*/ */
public void setAutoPadding(boolean useAutoPadding) { public void setAutoPadding(boolean useAutoPadding) {