index 1e8559ed47bae6152682801a7763888d2ea22a20..112a518bae0729d284ea4651d27ff63db23f85d3 100644 (file)
@@ -102,6 +102,8 @@ ConditionVariableSleep(ConditionVariable *cv, uint32 wait_event_info)
/*
* Wait for a condition variable to be signaled or a timeout to be reached.
*
+ * The "timeout" is given in milliseconds.
+ *
* Returns true when timeout expires, otherwise returns false.
*
* See ConditionVariableSleep() for general usage.