diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2020-04-26 01:25:32 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-05-09 14:37:35 +0100 |
commit | 6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce (patch) | |
tree | 640141d18db683148a763d8860eb21fbf04cedb6 /tcl/board/snps_em_sk_v1.cfg | |
parent | 3a28cdc7cb790e388f0e142510858bee0b642597 (diff) | |
download | riscv-openocd-6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce.zip riscv-openocd-6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce.tar.gz riscv-openocd-6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce.tar.bz2 |
tcl: fix typo and spelling
Identified by checkpatch script from Linux kernel v5.7-rc1 using
the command
find tcl/ -type f -exec ./tools/scripts/checkpatch.pl \
-q --types TYPO_SPELLING --strict -f {} \;
Change-Id: I7b523f0ab5ec047ff167742a44c29984ac672cf4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5615
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
Diffstat (limited to 'tcl/board/snps_em_sk_v1.cfg')
-rw-r--r-- | tcl/board/snps_em_sk_v1.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/snps_em_sk_v1.cfg b/tcl/board/snps_em_sk_v1.cfg index 2e9d602..0c1539e 100644 --- a/tcl/board/snps_em_sk_v1.cfg +++ b/tcl/board/snps_em_sk_v1.cfg @@ -9,7 +9,7 @@ # # Configure JTAG cable -# EM Starter Kit has built-in FT2232 chip, which is similiar to Digilent HS-1. +# EM Starter Kit has built-in FT2232 chip, which is similar to Digilent HS-1. source [find interface/ftdi/digilent-hs1.cfg] adapter speed 10000 |