| commit | 20fbd01335f3a41ab78e0bb9f70124665afb1e3b | [log] [tgz] |
|---|---|---|
| author | Stephen Hines <srhines@google.com> | Thu Jun 16 17:44:53 2011 -0700 |
| committer | Stephen Hines <srhines@google.com> | Thu Jun 16 19:31:55 2011 -0700 |
| tree | 61519f8a526b5061b69644c559d7f642b5f3254d | |
| parent | 6d99a3937df0d178a2fa2dba208f18c99cec8be1 [diff] [blame] |
POSITVE -> POSITIVE typo fix Change-Id: Ib26eb35fad0c93543f69f6c200820f04c435c2af
diff --git a/graphics/java/android/renderscript/AllocationAdapter.java b/graphics/java/android/renderscript/AllocationAdapter.java index 07a1f5d..61f2e1f 100644 --- a/graphics/java/android/renderscript/AllocationAdapter.java +++ b/graphics/java/android/renderscript/AllocationAdapter.java
@@ -33,7 +33,7 @@ private Allocation mAlloc; private int mSelectedLOD = 0; - private Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITVE_X; + private Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X; AllocationAdapter(int id, RenderScript rs, Allocation alloc) { super(id, rs, null, alloc.mUsage);