mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
parent
36ebbfa71c
commit
85b136d8ce
8 changed files with 9 additions and 9 deletions
|
|
@ -321,7 +321,7 @@ int jack_set_thread_init_callback (jack_client_t *client,
|
|||
*
|
||||
* Register a function (and argument) to be called if and when the
|
||||
* JACK server shuts down the client thread. The function must
|
||||
* be written as if it were an asynchonrous POSIX signal
|
||||
* be written as if it were an asynchronous POSIX signal
|
||||
* handler --- use only async-safe functions, and remember that it
|
||||
* is executed from another thread. A typical function might
|
||||
* set a flag or write to a pipe so that the rest of the
|
||||
|
|
@ -352,7 +352,7 @@ void jack_on_shutdown (jack_client_t *client,
|
|||
*
|
||||
* Register a function (and argument) to be called if and when the
|
||||
* JACK server shuts down the client thread. The function must
|
||||
* be written as if it were an asynchonrous POSIX signal
|
||||
* be written as if it were an asynchronous POSIX signal
|
||||
* handler --- use only async-safe functions, and remember that it
|
||||
* is executed from another thread. A typical function might
|
||||
* set a flag or write to a pipe so that the rest of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue