From 6439295f61b598227751815bf233fd9aa07fa37b Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Sun, 10 Feb 2002 23:11:37 +0000 Subject: 2002-02-10 Chris Demetriou * callback.c: Fix some spelling errors. * hw-device.h: Likewise. * hw-tree.c: Likewise. * sim-abort.c: Likewise. * sim-alu.h: Likewise. * sim-core.h: Likewise. * sim-events.c: Likewise. * sim-events.h: Likewise. * sim-fpu.h: Likewise. * sim-profile.h: Likewise. * sim-utils.c: Likewise. --- sim/common/sim-events.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sim/common/sim-events.c') diff --git a/sim/common/sim-events.c b/sim/common/sim-events.c index 1866b2d..22531e3 100644 --- a/sim/common/sim-events.c +++ b/sim/common/sim-events.c @@ -37,7 +37,7 @@ #include #endif -#include /* For SIGPROCMASK et.al. */ +#include /* For SIGPROCMASK et al. */ typedef enum { watch_invalid, @@ -112,7 +112,7 @@ struct _sim_event { variables. TIME_OF_EVENT: this holds the time at which the next event is ment - to occure. If no next event it will hold the time of the last + to occur. If no next event it will hold the time of the last event. TIME_FROM_EVENT: The current distance from TIME_OF_EVENT. A value @@ -447,7 +447,7 @@ insert_sim_event (SIM_DESC sd, if (delta < 0) sim_io_error (sd, "what is past is past!\n"); - /* compute when the event should occure */ + /* compute when the event should occur */ time_of_event = sim_events_time (sd) + delta; /* find the queue insertion point - things are time ordered */ -- cgit v1.1