summaryrefslogtreecommitdiffstats
path: root/qtools/qwaitcondition_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qwaitcondition_unix.cpp')
-rw-r--r--qtools/qwaitcondition_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qwaitcondition_unix.cpp b/qtools/qwaitcondition_unix.cpp
index d1ff27e..0a6a09b 100644
--- a/qtools/qwaitcondition_unix.cpp
+++ b/qtools/qwaitcondition_unix.cpp
@@ -67,7 +67,7 @@ class QWaitConditionPrivate
code = pthread_cond_wait(&cond, &mutex);
if (code == 0 && wakeups == 0)
{
- // many vendors warn of spurios wakeups from
+ // many vendors warn of spurious wakeups from
// pthread_cond_wait(), especially after signal delivery,
// even though POSIX doesn't allow for it... sigh
continue;