OSDN Git Service

docs: fixing bug 36982027 and 30636712, typos
authorkopriva <kopriva@google.com>
Wed, 21 Mar 2018 00:39:17 +0000 (17:39 -0700)
committerkopriva <kopriva@google.com>
Wed, 21 Mar 2018 00:59:48 +0000 (17:59 -0700)
Test: make ds-docs

Bug: 36982027
Bug: 30636712

Change-Id: I70d6d216c714a31b7e762a203a27f6124642131e

core/java/android/view/View.java
rs/java/android/renderscript/ScriptIntrinsic.java

index 166d6b7..8d24d1e 100644 (file)
@@ -13649,7 +13649,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.
      */
index 4edce84..61211a2 100644 (file)
@@ -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.