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
This commit is contained in:
@@ -15,7 +15,7 @@ ftdi_vid_pid 0x0403 0x6014
|
||||
ftdi_layout_init 0x0030 0x003b
|
||||
# 0xfff8 0xfffb
|
||||
# Those signal are only required on some platforms or may required to be
|
||||
# enabled explicitely (e.g. nrf5x chips).
|
||||
# enabled explicitly (e.g. nrf5x chips).
|
||||
ftdi_layout_signal nSRST -data 0x0010 -oe 0x0010
|
||||
ftdi_layout_signal nTRST -data 0x0020 -oe 0x0020
|
||||
|
||||
|
||||
Reference in New Issue
Block a user