summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-09-29 19:58:10 +0000
committerJim Blandy <jimb@red-bean.com>1998-09-29 19:58:10 +0000
commit4a1c172e6972a659c00796ce307c56a2b1bd679a (patch)
treebbd57fca793d32debd7188d82aabf1c7c96e9f6e
parent2fd3e6a304da9b3d2db81a1c0a05a455ac498403 (diff)
downloadguile-4a1c172e6972a659c00796ce307c56a2b1bd679a.tar.gz
* stp.h (stp_create): Doc fix.
-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);