windows: Fix parameter name in Doxygen comment

This commit is contained in:
Tobias Brunner 2014-06-24 16:14:38 +02:00
parent aad072d517
commit e351169900
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
/**
* Set active condvar of a thread before waiting in it.
*
* @param cv active condition variable, NULL to unset
* @param condvar active condition variable, NULL to unset
*/
void thread_set_active_condvar(CONDITION_VARIABLE *condvar);