diff --git a/src/libstrongswan/threading/thread.c b/src/libstrongswan/threading/thread.c index f2028dfe0..bbfb2c2c6 100644 --- a/src/libstrongswan/threading/thread.c +++ b/src/libstrongswan/threading/thread.c @@ -188,7 +188,7 @@ static void _kill(private_thread_t *this, int sig) } /** - * Implementation of thread_t.cancel. + * Implementation of thread_t.detach. */ static void detach(private_thread_t *this) { @@ -199,7 +199,7 @@ static void detach(private_thread_t *this) } /** - * Implementation of thread_t.cancel. + * Implementation of thread_t.join. */ static void *join(private_thread_t *this) {