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

Commit 3080b85c authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

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

parents 6c935e63 8cecbb52
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -679,7 +679,7 @@ public class RenderScript {


    /**
    /**
     * Base class application should derive from for handling RS messages
     * 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
     * fields will be filled in and then the run method called by a message
     * handling thread.  This will occur some time after sendToClient completes
     * handling thread.  This will occur some time after sendToClient completes
     * in the script.
     * in the script.
+1 −1
Original line number Original line Diff line number Diff line
@@ -155,7 +155,7 @@ public class RenderScriptGL extends RenderScript {
     * Construct a new RenderScriptGL context.
     * Construct a new RenderScriptGL context.
     *
     *
     * @param ctx The 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) {
    public RenderScriptGL(Context ctx, SurfaceConfig sc) {
        super(ctx);
        super(ctx);