diff options
Diffstat (limited to 'src/ito.h')
| -rw-r--r-- | src/ito.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 ); |
