mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Fix typo: occurrencies -> occurrences
This commit is contained in:
parent
233713222c
commit
d70613151c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ void *pa_dynarray_last(pa_dynarray *array);
|
||||||
int pa_dynarray_remove_by_index(pa_dynarray *array, unsigned i);
|
int pa_dynarray_remove_by_index(pa_dynarray *array, unsigned i);
|
||||||
|
|
||||||
/* Returns -PA_ERR_NOENTITY if p is not found in the array, and zero
|
/* Returns -PA_ERR_NOENTITY if p is not found in the array, and zero
|
||||||
* otherwise. If the array contains multiple occurrencies of p, only one of
|
* otherwise. If the array contains multiple occurrences of p, only one of
|
||||||
* them is removed (and it's unspecified which one). */
|
* them is removed (and it's unspecified which one). */
|
||||||
int pa_dynarray_remove_by_data(pa_dynarray *array, void *p);
|
int pa_dynarray_remove_by_data(pa_dynarray *array, void *p);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue