mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
memblockq: fix typo: yepp -> yep
This commit is contained in:
parent
2eb8ec93a2
commit
2e755f012e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
#include <pulsecore/memchunk.h>
|
#include <pulsecore/memchunk.h>
|
||||||
#include <pulse/def.h>
|
#include <pulse/def.h>
|
||||||
|
|
||||||
/* A memblockq is a queue of pa_memchunks (yepp, the name is not
|
/* A memblockq is a queue of pa_memchunks (yep, the name is not
|
||||||
* perfect). It is similar to the ring buffers used by most other
|
* perfect). It is similar to the ring buffers used by most other
|
||||||
* audio software. In contrast to a ring buffer this memblockq data
|
* audio software. In contrast to a ring buffer this memblockq data
|
||||||
* type doesn't need to copy any data around, it just maintains
|
* type doesn't need to copy any data around, it just maintains
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue