mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
More spelling fixes
This commit is contained in:
parent
231645d4fc
commit
c5dca7cf2b
81 changed files with 165 additions and 167 deletions
|
|
@ -47,10 +47,10 @@ unsigned pa_aupdate_write_swap(pa_aupdate *a);
|
|||
/*
|
||||
* This infrastructure allows lock-free updates of arbitrary data
|
||||
* structures in an rcu'ish way: two copies of the data structure
|
||||
* should be exisiting. One side ('the reader') has read access to one
|
||||
* should be existing. One side ('the reader') has read access to one
|
||||
* of the two data structure at a time. It does not have to lock it,
|
||||
* however it needs to signal that it is using it/stopped using
|
||||
* it. The other side ('the writer') modifes the second data structure,
|
||||
* it. The other side ('the writer') modifies the second data structure,
|
||||
* and then atomically swaps the two data structures, followed by a
|
||||
* modification of the other one.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue