From fd43aa8bdfebafa85b01ec39c64928d06711ae87 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sat, 2 Sep 2006 19:50:19 +0200 Subject: [PATCH] doc typo --- src/simulator/simulator.cc | 4 ++++ src/simulator/simulator.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. */