windows: Fix parameter name in Doxygen comment

This commit is contained in:
Tobias Brunner
2014-06-30 13:16:17 +02:00
parent aad072d517
commit e351169900
+1 -1
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);