summaryrefslogtreecommitdiff
path: root/common/jack/thread.h
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2011-11-04 14:47:54 +0100
committerStephane Letz <letz@grame.fr>2011-11-04 14:47:54 +0100
commit734e45092474d2f77933dc2075bfec799b731c37 (patch)
tree9954307ae45def8d493a0eebb7648924938c792e /common/jack/thread.h
parent2b7864ad5ebee559b459c6450ca1965b5906abbb (diff)
downloadjack2-734e45092474d2f77933dc2075bfec799b731c37.tar.gz
NetJack2 code cleanup.
Diffstat (limited to 'common/jack/thread.h')
-rw-r--r--common/jack/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jack/thread.h b/common/jack/thread.h
index 28c8cd10..a4c19cd3 100644
--- a/common/jack/thread.h
+++ b/common/jack/thread.h
@@ -114,7 +114,7 @@ int jack_drop_real_time_scheduling (jack_native_thread_t thread) JACK_OPTIONAL_W
int jack_client_stop_thread(jack_client_t* client, jack_native_thread_t thread) JACK_OPTIONAL_WEAK_EXPORT;
/**
- * Cancel the thread then waits for the thread handler to terminate.
+ * Kill the thread.
*
* @param thread POSIX thread ID.
*