fix doxygen doc error

Mathieu Lacage 2007-05-09 17:07:50 +02:00
parent ea55c60fe3
commit 5461e0a056
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ class SchedulerFactory;
* \brief Control the scheduling of simulation events.
*
* The internal simulation clock is maintained
* as a 64-bit integer in microsecond units. This means that it is
* as a 64-bit integer in nanosecond units. This means that it is
* not possible to specify event expiration times with anything better
* than microsecond accuracy. Events whose expiration time is
* than nanosecond 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.
*