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:
@@ -22,7 +22,7 @@ if { [info exists CPUTAPID] } {
|
||||
}
|
||||
|
||||
# Scan Tap
|
||||
# Wired to seperate STDO pin on the lpc3131, externally muxed to TDO on ea3131 module
|
||||
# Wired to separate STDO pin on the lpc3131, externally muxed to TDO on ea3131 module
|
||||
# JTAGSEL pin must be 0 to activate, which reassigns arm tdo to a pass through.
|
||||
if { [info exists SJCTAPID] } {
|
||||
set _SJCTAPID $SJCTAPID
|
||||
|
||||
Reference in New Issue
Block a user