tcl: remove silly ocd_ prefix to array2mem and mem2array
[fw/openocd] / testing / examples / cortex / cm3-ftest.cfg
index 2c7809d3ef674ae4d1501f79a82adba53f91b061..379370360593a37ee0a4a276aba51a413f530b7b 100644 (file)
@@ -50,7 +50,7 @@ proc load_and_run { name halfwords n_instr } {
        echo "# code to trigger $name vector"
        set addr 0x20000000
 
-       # ocd_array2mem should be faster, though we'd need to
+       # array2mem should be faster, though we'd need to
        # compute the resulting $addr ourselves
        foreach opcode $halfwords {
                mwh $addr $opcode