This is an automated email from Gerrit.

Peter Lawrence ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/4863

-- gerrit

commit b9d44c2a5d5aa6cd4a6e597fab83e1fc0ab93a0f
Author: Peter Lawrence <[email protected]>
Date:   Sun Jan 20 15:12:22 2019 -0600

    tcl_server: fix minor typo in comment
    
    ctrl-z usage is incorrectly commented as ctrl-d
    
    Change-Id: I54fe1775760ee984154bbae380baa38bcaffa04e
    Signed-off-by: Peter Lawrence <[email protected]>

diff --git a/src/server/tcl_server.c b/src/server/tcl_server.c
index 0676c88..1ec45ff 100644
--- a/src/server/tcl_server.c
+++ b/src/server/tcl_server.c
@@ -246,7 +246,7 @@ static int tcl_input(struct connection *connection)
                        retval = tcl_output(connection, result, reslen);
                        if (retval != ERROR_OK)
                                return retval;
-                       /* Always output ctrl-d as end of line to allow 
multiline results */
+                       /* Always output ctrl-z as end of line to allow 
multiline results */
                        tcl_output(connection, "\x1a", 1);
                }
 

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to