Cortex-A: Fix unicode quote in comment
authorEvan Hunter <ehunter@broadcom.com>
Tue, 12 Jan 2016 17:57:50 +0000 (17:57 +0000)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Tue, 12 Jan 2016 23:22:35 +0000 (23:22 +0000)
Change-Id: I4747c113ab6c02199f078d9b4a4ec372d011fb2d
Signed-off-by: Evan Hunter <ehunter@broadcom.com>
Reviewed-on: http://openocd.zylin.com/3200
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/target/cortex_a.c

index 8a0d38bcab6cfb357a890bede23ea2d6b1d8eb1e..76c608eee52a1b76a7e583e21a122613bda40ed4 100644 (file)
@@ -2305,7 +2305,7 @@ out:
        /* Wait until DTRRX is empty (according to ARMv7-A/-R architecture manual
         * section C8.4.3, checking InstrCmpl_l is not sufficient; one must also
         * check RXfull_l). Most of the time this will be free because RXfull_l
-        * will be cleared immediately and cached in dscr. However, dont do this
+        * will be cleared immediately and cached in dscr. However, don't do this
         * if there is fault, because then the instruction might not have completed
         * successfully. */
        if (!(dscr & DSCR_STICKY_ABORT_PRECISE)) {