Correct documentation
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 14 Jan 2009 12:46:06 +0000
changeset 4089 55cab933bb57
parent 4088 e52c06d86145
child 4090 3dda1049f0d8
Correct documentation
src/simulator/simulator.h
--- a/src/simulator/simulator.h	Wed Jan 14 11:17:41 2009 +0000
+++ b/src/simulator/simulator.h	Wed Jan 14 12:46:06 2009 +0000
@@ -97,8 +97,8 @@
   static void Destroy (void);
 
   /**
-   * If there any any events lefts to be scheduled and simulation time
-   * has not yet reached the "stop time" (see Simulator::Stop()),
+   * If there are no more events lefts to be scheduled, or if simulation
+   * time has already reached the "stop time" (see Simulator::Stop()),
    * return true. Return false otherwise.
    */
   static bool IsFinished (void);