From: Andreas Steffen Date: Mon, 1 Feb 2010 11:44:44 +0000 (+0100) Subject: corrected captions X-Git-Tag: 4.3.6~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fd2ea76cfc41a771c832978208880350a1d577;p=thirdparty%2Fstrongswan.git corrected captions --- diff --git a/src/libstrongswan/threading/thread.c b/src/libstrongswan/threading/thread.c index f2028dfe02..bbfb2c2c6f 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) {