mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
typo
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
8150bd5617
commit
581bbb58fb
|
@ -189,7 +189,7 @@ struct scoped_timer::imp {
|
|||
m_end_time.tv_nsec = 0;
|
||||
|
||||
// Otherwise it's already up and waiting, and
|
||||
// we can send a signal on m_condidion_var:
|
||||
// we can send a signal on m_condition_var:
|
||||
pthread_mutex_lock(&m_mutex);
|
||||
pthread_cond_signal(&m_condition_var);
|
||||
pthread_mutex_unlock(&m_mutex);
|
||||
|
|
Loading…
Reference in a new issue