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

* commit '782b43394ef48e7cf8e75404c534a46074d42d4e':
  [RenderScript] typo fix in Allocation.java
This commit is contained in:
Miao Wang
2015-04-16 02:21:37 +00:00
committed by Android Git Automerger

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) {