1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00

* stp.h (stp_create): Doc fix.

This commit is contained in:
Jim Blandy 1998-09-29 19:58:10 +00:00
parent 2fd3e6a304
commit 4a1c172e69

View file

@ -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);