aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorMike Stump <mrs@mrs.kithrup.com>2015-06-09 14:25:28 -0400
committerJoel Brobecker <brobecker@adacore.com>2015-06-09 14:27:46 -0400
commit509c2f329a42646e64c7c3e8796f8b3bbd904032 (patch)
tree803f8d4bd8327071e015a7a665a7f7cb496fd1ee /sim/common/ChangeLog
parent3ac2e371a1abd1279f66477aa4fc68039da1872e (diff)
downloadgdb-509c2f329a42646e64c7c3e8796f8b3bbd904032.zip
gdb-509c2f329a42646e64c7c3e8796f8b3bbd904032.tar.gz
gdb-509c2f329a42646e64c7c3e8796f8b3bbd904032.tar.bz2
Fix spelling mistakes in sim/common/sim-events.c error messages.
sim/common/ChangeLog: * sim-events.c (sim_events_schedule_after_signal): Fix spelling mistake in call to sim_engine_abort. (sim_events_schedule_after_signal): Likewise.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index ebf8618..2ef1cc5 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-09 Mike Stump <mrs@mrs.kithrup.com> (obvious patch)
+
+ * sim-events.c (sim_events_schedule_after_signal): Fix spelling
+ mistake in call to sim_engine_abort.
+ (sim_events_schedule_after_signal): Likewise.
+
2015-04-29 Nick Clifton <nickc@redhat.com>
PR 18273