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

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

Merge "Fix typos in RenderScript docs."

parents b80cb0c5 9c4086a6
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);