aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Hunter <ehunter@broadcom.com>2016-01-12 17:57:50 +0000
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-01-12 23:22:35 +0000
commit76b19832024930ea2d067e119227f6086c403dd2 (patch)
tree0405dd7dc607236240853f8b1bf0f811e5dde000
parent554313b68b4791924a145c3db8082932afb91fbc (diff)
Cortex-A: Fix unicode quote in comment
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>
-rw-r--r--src/target/cortex_a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c
index 8a0d38bc..76c608ee 100644
--- a/src/target/cortex_a.c
+++ b/src/target/cortex_a.c
@@ -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, don’t 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)) {