diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-02-01 12:44:44 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-02-01 12:44:44 +0100 |
commit | b7fd2ea76cfc41a771c832978208880350a1d577 (patch) | |
tree | 3f5103098c57c0926697255e8e1937d2e9477e91 /src | |
parent | bf1e0df7c5bbd3513b0953ddc98add92d35a3178 (diff) | |
download | strongswan-b7fd2ea76cfc41a771c832978208880350a1d577.tar.bz2 strongswan-b7fd2ea76cfc41a771c832978208880350a1d577.tar.xz |
corrected captions
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/threading/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |