1.1 --- a/src/simulator/simulator.cc Sat Sep 02 12:13:22 2006 +0200
1.2 +++ b/src/simulator/simulator.cc Sat Sep 02 19:50:19 2006 +0200
1.3 @@ -394,3 +394,7 @@
1.4 namespace ns3 {
1.5
1.6 };
1.7 +
1.8 +
1.9 +
1.10 +
2.1 --- a/src/simulator/simulator.h Sat Sep 02 12:13:22 2006 +0200
2.2 +++ b/src/simulator/simulator.h Sat Sep 02 19:50:19 2006 +0200
2.3 @@ -35,7 +35,7 @@
2.4 * The internal simulation clock is maintained
2.5 * as a 64-bit integer in microsecond units. This means that it is
2.6 * not possible to specify event expiration times with anything better
2.7 - * than microsecond accuracy. Events which whose expiration time is
2.8 + * than microsecond accuracy. Events whose expiration time is
2.9 * the same are scheduled in FIFO order: the first event inserted in the
2.10 * Scheduling queue is scheduled to expire first.
2.11 */