summaryrefslogtreecommitdiff
path: root/rs
diff options
context:
space:
mode:
authorkopriva <kopriva@google.com>2018-03-20 17:39:17 -0700
committerkopriva <kopriva@google.com>2018-03-20 17:59:48 -0700
commit6a7f167f67586921d372121327087e492da60188 (patch)
tree4a269e465ccc3c9be69af68ec77551804804f5a2 /rs
parent4dddc63ee7c09f5ef243591700502160c08dc337 (diff)
docs: fixing bug 36982027 and 30636712, typos
Test: make ds-docs Bug: 36982027 Bug: 30636712 Change-Id: I70d6d216c714a31b7e762a203a27f6124642131e
Diffstat (limited to 'rs')
-rw-r--r--rs/java/android/renderscript/ScriptIntrinsic.java6
1 files changed, 3 insertions, 3 deletions
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.