aboutsummaryrefslogtreecommitdiff
path: root/src/ito.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ito.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ito.h b/src/ito.h
index 9829d28..3539929 100644
--- a/src/ito.h
+++ b/src/ito.h
@@ -94,7 +94,7 @@ namespace Bu
94 * the function that actually makes up the thread, it simply calls the 94 * the function that actually makes up the thread, it simply calls the
95 * run member function in an OO-friendly way. This is what allows us to 95 * run member function in an OO-friendly way. This is what allows us to
96 * use member variables from within the thread itself. 96 * use member variables from within the thread itself.
97 *@param Should always be this. 97 *@param pThread Should always be this.
98 *@returns This is specified by posix, I'm not sure yet. 98 *@returns This is specified by posix, I'm not sure yet.
99 */ 99 */
100 static void *threadRunner( void *pThread ); 100 static void *threadRunner( void *pThread );