From: OpenOCD-Gerrit <ope...@us...> - 2020-08-02 09:50:40
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via fa9a4d4db5cfe44b7aadb1b8ef220f94423742a1 (commit) from e0c16c4c8f7aea03b9e2a4b453c6fbda165dec71 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fa9a4d4db5cfe44b7aadb1b8ef220f94423742a1 Author: Antonio Borneo <bor...@gm...> Date: Mon Jul 27 00:29:50 2020 +0200 tcl/interface: snps_sdp: fix minor typo s/similiar/similar/ Change-Id: I4fd6af560278b3e114cc5d8ee1b49b5c4521d8be Signed-off-by: Antonio Borneo <bor...@gm...> Fixes: b2821b607460 ("Introduce tcl config files for Synopsys HSDK board") Reviewed-on: http://openocd.zylin.com/5788 Tested-by: jenkins Reviewed-by: Evgeniy Didin <di...@sy...> diff --git a/tcl/interface/ftdi/snps_sdp.cfg b/tcl/interface/ftdi/snps_sdp.cfg index 8d91c6d3c..3aed2ae20 100644 --- a/tcl/interface/ftdi/snps_sdp.cfg +++ b/tcl/interface/ftdi/snps_sdp.cfg @@ -5,7 +5,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # -# Synopsys SDP Mainboard has embdded FT2232 chip, which is similiar to Digilent +# Synopsys SDP Mainboard has embdded FT2232 chip, which is similar to Digilent # HS-1, except that it uses channel B for JTAG communication, instead of # channel A. # ----------------------------------------------------------------------- Summary of changes: tcl/interface/ftdi/snps_sdp.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Main OpenOCD repository |