summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-03-03 10:34:03 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-03-03 10:34:03 -0800
commitf7d75b34d4b514413c64f502a1cb196bd6e43177 (patch)
tree32bbf93e8d7b17ccfdc5772817d74c7f6367d5b4 /graphics
parentb80cb0c5d44bd86060541651514c51fb687048bd (diff)
parent9c4086a6765cca1eb215f9a307038544b295792b (diff)
downloadframeworks_base-f7d75b34d4b514413c64f502a1cb196bd6e43177.zip
frameworks_base-f7d75b34d4b514413c64f502a1cb196bd6e43177.tar.gz
frameworks_base-f7d75b34d4b514413c64f502a1cb196bd6e43177.tar.bz2
Merge "Fix typos in RenderScript docs."
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);