Fix typos

This commit is contained in:
Andrea Gelmini 2021-04-28 20:29:44 +02:00 committed by Wim Taymans
parent 379068c31d
commit 47ef2b6b09
35 changed files with 53 additions and 53 deletions

View file

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