tcl_server: fix minor typo in comment
ctrl-z usage is incorrectly commented as ctrl-d Change-Id: I54fe1775760ee984154bbae380baa38bcaffa04e Signed-off-by: Peter Lawrence <majbthrd@gmail.com> Reviewed-on: http://openocd.zylin.com/4863 Tested-by: jenkins Reviewed-by: Christopher Head <chead@zaber.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>bscan_optimization
parent
0627e4686a
commit
5202d82a95
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue