From d13b271a056e7d8c6134d0e06c1287ad4570b1ef Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 8 Jan 2017 17:32:54 +0100 Subject: [PATCH] documentation --- src/lib/utils/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/thread.h b/src/lib/utils/thread.h index 19150579..6a6c3a79 100644 --- a/src/lib/utils/thread.h +++ b/src/lib/utils/thread.h @@ -132,7 +132,7 @@ public: /** * Wait for the specified amount of time. * @param seconds the number of seconds to wait. - * @return true if this @a Thread is till running and not yet stopped. + * @return true if this @a WaitThread is still running and not yet stopped. */ bool Wait(int seconds);