tcl: fix typo and spelling
[fw/openocd] / tcl / target / ti_cc3220sf.cfg
index 3e758e6ab2adc8006944a9850188455b295342c0..74269aa66ca494f1d9756293b130009e4d3c6b33 100644 (file)
@@ -25,7 +25,7 @@ proc ocd_process_reset_inner { MODE } {
 
        soft_reset_halt
 
-       # Intialize MSP, PSP, and PC from vector table at flash 0x01000800
+       # Initialize MSP, PSP, and PC from vector table at flash 0x01000800
        mem2array boot 32 0x01000800 2
 
        reg msp $boot(0)