]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
corrected captions
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 1 Feb 2010 11:44:44 +0000 (12:44 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 1 Feb 2010 11:44:44 +0000 (12:44 +0100)
src/libstrongswan/threading/thread.c

index f2028dfe023a3533de1a08785a5d9acb7fa9bc4b..bbfb2c2c6ffcb7906f2c1dad4ba34617975f1b20 100644 (file)
@@ -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)
 {