diff options
author | Todd Kopriva <kopriva@google.com> | 2018-03-23 22:11:38 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-03-23 22:11:38 +0000 |
commit | 1057fc37f52c4353abfdba9de9ed929864b5e833 (patch) | |
tree | 33d580b6bdc9c8da11e5dee56590d8bd33670bd9 | |
parent | 87f9818319fec1227cadd4fe3566409e71386d73 (diff) | |
parent | 5b0a4eea8dd4c36d4501d053869fce1cd8a8ee82 (diff) |
Merge "docs: fixing bug 36982027 and 30636712, typos" into oc-mr1-dev
am: 5b0a4eea8d
Change-Id: Iff4044c52e7ccdf6f7f879b9d5457ce1458b21bd
-rw-r--r-- | core/java/android/view/View.java | 2 | ||||
-rw-r--r-- | rs/java/android/renderscript/ScriptIntrinsic.java | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 63f4824097f2..a0d8c2587ae4 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -14340,7 +14340,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** - * Return the width of the your view. + * Return the width of your view. * * @return The width of your view, in pixels. */ diff --git a/rs/java/android/renderscript/ScriptIntrinsic.java b/rs/java/android/renderscript/ScriptIntrinsic.java index 4edce84ea3e3..61211a25f8af 100644 --- a/rs/java/android/renderscript/ScriptIntrinsic.java +++ b/rs/java/android/renderscript/ScriptIntrinsic.java @@ -17,9 +17,9 @@ package android.renderscript; /** - * Base class for all Intrinsic scripts. An intrinsic a script - * which implements a pre-defined function. Intrinsics are - * provided to provide effecient implemtations of common + * Base class for all Intrinsic scripts. An intrinsic is a script + * that implements a pre-defined function. Intrinsics are + * provided to provide efficient implementations of common * operations. * * Not intended for direct use. |