summaryrefslogtreecommitdiff
path: root/qt/stp.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt/stp.h')
-rw-r--r--qt/stp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/stp.h b/qt/stp.h
index 1220e47e2..f786f048d 100644
--- a/qt/stp.h
+++ b/qt/stp.h
@@ -31,7 +31,7 @@ extern void stp_init();
extern void stp_start (void);
/* Create a thread and make it runable. When the thread starts
- running it will call `f' with arguments `p0' and `p1'. */
+ running it will call `f' with the argument `p0'. */
extern void stp_create (stp_userf_t *f, void *p0);