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

Commit 8cecbb52 authored by Stephen Hines's avatar Stephen Hines
Browse files

DO NOT MERGE: Fix typos in RenderScript docs.

Change-Id: Ie5f326c5c682ca7b604328ab25d7402cf01f7890
parent 9c8de733
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);