Correct documentation

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-01-14 12:46:06 +00:00
parent 46a0667585
commit edd1e2552a

View File

@@ -97,8 +97,8 @@ public:
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);