memblockq: fix typo: yepp -> yep

This commit is contained in:
Diego Viola 2019-01-13 17:02:59 +00:00
parent 2eb8ec93a2
commit 2e755f012e

View file

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