summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-02-28 18:20:34 -0800
committerStephen Hines <srhines@google.com>2011-03-01 17:05:41 -0800
commit9c4086a6765cca1eb215f9a307038544b295792b (patch)
treee00317ce3d25ac8d19d0013effc9031038845397 /graphics
parentb43838fd7ac5e152ebd8ca28420aca1fb743645f (diff)
downloadframeworks_base-9c4086a6765cca1eb215f9a307038544b295792b.zip
frameworks_base-9c4086a6765cca1eb215f9a307038544b295792b.tar.gz
frameworks_base-9c4086a6765cca1eb215f9a307038544b295792b.tar.bz2
Fix typos in RenderScript docs.
Change-Id: I4ff14b86551f99ffe984877a3f34b7140511c448
Diffstat (limited to 'graphics')
-rw-r--r--graphics/java/android/renderscript/RenderScript.java2
-rw-r--r--graphics/java/android/renderscript/RenderScriptGL.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/java/android/renderscript/RenderScript.java b/graphics/java/android/renderscript/RenderScript.java
index bb9fb78..1b10c5c 100644
--- a/graphics/java/android/renderscript/RenderScript.java
+++ b/graphics/java/android/renderscript/RenderScript.java
@@ -679,7 +679,7 @@ public class RenderScript {
/**
* Base class application should derive from for handling RS messages
- * comming from their scripts. When a script calls sendToClient the data
+ * coming from their scripts. When a script calls sendToClient the data
* fields will be filled in and then the run method called by a message
* handling thread. This will occur some time after sendToClient completes
* in the script.
diff --git a/graphics/java/android/renderscript/RenderScriptGL.java b/graphics/java/android/renderscript/RenderScriptGL.java
index 58cc739..4359795 100644
--- a/graphics/java/android/renderscript/RenderScriptGL.java
+++ b/graphics/java/android/renderscript/RenderScriptGL.java
@@ -155,7 +155,7 @@ public class RenderScriptGL extends RenderScript {
* Construct a new RenderScriptGL context.
*
* @param ctx The context.
- * @param sc The desired format of the primart rendering surface.
+ * @param sc The desired format of the primary rendering surface.
*/
public RenderScriptGL(Context ctx, SurfaceConfig sc) {
super(ctx);