spelling fix

This commit is contained in:
Aleksandar Fabijanic 2014-04-25 23:54:59 -05:00
parent 46b5785d98
commit 0d58de8bc8

View File

@ -190,7 +190,7 @@ public:
void trySleep(long milliseconds);
/// Starts an interruptible sleep. Thread will remain suspended
/// until (a) the timeout expires or (b) wakeUp() is called.
/// The trySleep()/wakeUp() pair of fnctions should be used with
/// The trySleep()/wakeUp() pair of functions should be used with
/// understanding that this suspended state is not a true sleep,
/// but rather a state of waiting for an event, with timeout
/// expiration. This in essence means that calling wakeUp()