src/simulator/simulator.h
changeset 24 706b1d903da9
parent 20 19c395336b0d
child 25 9b3bb088c560
--- a/src/simulator/simulator.h	Sat Sep 02 12:13:22 2006 +0200
+++ b/src/simulator/simulator.h	Sat Sep 02 19:50:19 2006 +0200
@@ -35,7 +35,7 @@
  * 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.
  */