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:
parent
2fd3e6a304
commit
4a1c172e69
1 changed files with 1 additions and 1 deletions
2
qt/stp.h
2
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue