tcl: fix some minor typo
Minor typos found by the new checkpatch boosted by the dictionary provided by 'codespell'. While there, fix one indentation. Change-Id: I72369ed26f363bacd760b40b8c83dd95e89d28a4 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6214 Tested-by: jenkins
This commit is contained in:
@@ -267,7 +267,7 @@ proc pll_v03_setup {pll_addr mult config} {
|
||||
if {$aln != 0} {
|
||||
# clear pllcmd.GO
|
||||
mww [expr {$pll_addr + 0x0138}] 0x00
|
||||
# write alingment flags
|
||||
# write alignment flags
|
||||
mww [expr {$pll_addr + 0x0140}] $aln
|
||||
# write pllcmd.GO; poll pllstat.GO
|
||||
mww [expr {$pll_addr + 0x0138}] 0x01
|
||||
|
||||
Reference in New Issue
Block a user