sim spelling error

Mike Stump mrs@mrs.kithrup.com
Mon Jun 8 17:54:00 GMT 2015


Here is a simple spelling fix.

Could someone apply it for me?  Thanks.

diff --git a/sim/common/sim-events.c b/sim/common/sim-events.c
index 3e7a4dc..d7ca0df 100644
--- a/sim/common/sim-events.c
+++ b/sim/common/sim-events.c
@@ -561,7 +561,7 @@ sim_events_schedule_after_signal (SIM_DESC sd,
   if (events->nr_held > MAX_NR_SIGNAL_SIM_EVENTS)
     {
       sim_engine_abort (NULL, NULL, NULL_CIA,
-			"sim_events_schedule_after_signal - buffer oveflow");
+			"sim_events_schedule_after_signal - buffer overflow");
     }
 
   new_event->data = data;



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gdb.diffs.txt
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20150608/4d56f1aa/attachment.txt>


More information about the Gdb-patches mailing list