summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-03-29 15:53:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-03-29 15:53:48 +0200
commitf63a066b98039663ff35d21fd42a66eb143d93ab (patch)
tree2d6b15773dda77ec8d4386a2bd34bfcdb1d3b895 /thread.h
parent6ff6db23bfce871b49a28d0906b5acb47b722779 (diff)
downloadvdr-f63a066b98039663ff35d21fd42a66eb143d93ab.tar.gz
vdr-f63a066b98039663ff35d21fd42a66eb143d93ab.tar.bz2
Fixed typos
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread.h b/thread.h
index 790c29a8..5c351bfa 100644
--- a/thread.h
+++ b/thread.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: thread.h 4.4 2018/03/04 11:27:55 kls Exp $
+ * $Id: thread.h 4.5 2020/03/29 15:53:48 kls Exp $
*/
#ifndef __THREAD_H
@@ -33,7 +33,7 @@ public:
bool Wait(int TimeoutMs = 0);
///< Waits at most TimeoutMs milliseconds for a call to Signal(), or
///< forever if TimeoutMs is 0.
- ///< Returns true if Signal() has been called, false it the given
+ ///< Returns true if Signal() has been called, false if the given
///< timeout has expired.
void Signal(void);
///< Signals a caller of Wait() that the condition it is waiting for is met.