From e35116990032088505dfa5508792c052d3eac551 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 24 Jun 2014 16:14:38 +0200 Subject: [PATCH] windows: Fix parameter name in Doxygen comment --- src/libstrongswan/threading/windows/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/threading/windows/thread.h b/src/libstrongswan/threading/windows/thread.h index 965d9690e..3f08c623b 100644 --- a/src/libstrongswan/threading/windows/thread.h +++ b/src/libstrongswan/threading/windows/thread.h @@ -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);