diff options
-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. |