mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-14 04:28:13 -05:00
Fix typos
This commit is contained in:
parent
379068c31d
commit
47ef2b6b09
35 changed files with 53 additions and 53 deletions
|
|
@ -68,7 +68,7 @@ struct spa_node_info {
|
|||
#define SPA_NODE_FLAG_NEED_CONFIGURE (1u<<5) /**< node needs configuration before it can
|
||||
* be started. */
|
||||
#define SPA_NODE_FLAG_ASYNC (1u<<6) /**< the process function might not
|
||||
* immediateley produce or consume data
|
||||
* immediately produce or consume data
|
||||
* but might offload the work to a worker
|
||||
* thread. */
|
||||
uint64_t flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue