summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Event.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-12-11 14:34:09 +0100
committerMattes D <github@xoft.cz>2014-12-11 14:34:09 +0100
commit33c6ff872e72563b6e888476b66c4e9c19f8c840 (patch)
treefd77a6a003bdaa837e1ab265f35c82275d13e489 /src/OSSupport/Event.cpp
parentMerge remote-tracking branch 'planetx/master' (diff)
downloadcuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar
cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.gz
cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.bz2
cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.lz
cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.xz
cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.zst
cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.zip
Diffstat (limited to 'src/OSSupport/Event.cpp')
-rw-r--r--src/OSSupport/Event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Event.cpp b/src/OSSupport/Event.cpp
index d6ba937f9..760e536a1 100644
--- a/src/OSSupport/Event.cpp
+++ b/src/OSSupport/Event.cpp
@@ -63,7 +63,7 @@ bool cEvent::Wait(unsigned a_TimeoutMSec)
} // switch (wait_until())
} // while (m_ShouldWait && not timeout)
- // The wait timed out in the while() condition:
+ // The wait timed out in the while condition:
return false;
}