diff --git a/src/simulator/simulator.cc b/src/simulator/simulator.cc index 891587289..c79f24670 100644 --- a/src/simulator/simulator.cc +++ b/src/simulator/simulator.cc @@ -394,3 +394,7 @@ Simulator::remove (Event const ev) namespace ns3 { }; + + + + diff --git a/src/simulator/simulator.h b/src/simulator/simulator.h index c6cb1f7af..f89a15ffd 100644 --- a/src/simulator/simulator.h +++ b/src/simulator/simulator.h @@ -35,7 +35,7 @@ class SimulatorPrivate; * The internal simulation clock is maintained * as a 64-bit integer in microsecond units. This means that it is * not possible to specify event expiration times with anything better - * than microsecond accuracy. Events which whose expiration time is + * than microsecond accuracy. Events whose expiration time is * the same are scheduled in FIFO order: the first event inserted in the * Scheduling queue is scheduled to expire first. */