Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5841d75 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am 3080b85c: Merge "DO NOT MERGE: Fix typos in RenderScript docs." into honeycomb-mr1

* commit '3080b85c':
  DO NOT MERGE: Fix typos in RenderScript docs.
parents f4c0a050 3080b85c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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);