summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gslcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gslcommon.c')
-rw-r--r--flow/gsl/gslcommon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gslcommon.c b/flow/gsl/gslcommon.c
index d7892f2..d9f63fa 100644
--- a/flow/gsl/gslcommon.c
+++ b/flow/gsl/gslcommon.c
@@ -684,7 +684,7 @@ gsl_thread_wakeup (GslThread *thread)
* @thread: thread to abort
* Abort a currently running thread. This function does not
* return until the thread in question terminated execution.
- * Note that the thread handle gets tqinvalidated with invocation
+ * Note that the thread handle gets invalidated with invocation
* of gsl_thread_abort() or gsl_thread_queue_abort().
*/
void
@@ -715,7 +715,7 @@ gsl_thread_abort (GslThread *thread)
* @thread: thread to abort
* Same as gsl_thread_abort(), but returns as soon as possible,
* even if thread hasn't stopped execution yet.
- * Note that the thread handle gets tqinvalidated with invocation
+ * Note that the thread handle gets invalidated with invocation
* of gsl_thread_abort() or gsl_thread_queue_abort().
*/
void