Remove all occurrences of 'mem2array' and 'array2mem'
[fw/openocd] / testing / examples / cortex / cm3-ftest.cfg
index 6f3fa5c819956188d445d90a3ad673596fb03123..02c8da11ad16fc734f04ec25e42c1aa6402c57cb 100644 (file)
@@ -50,7 +50,7 @@ proc load_and_run { name halfwords n_instr } {
        echo "# code to trigger $name vector"
        set addr 0x20000000
 
-       # array2mem should be faster, though we'd need to
+       # write_memory should be faster, though we'd need to
        # compute the resulting $addr ourselves
        foreach opcode $halfwords {
                mwh $addr $opcode