aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Viola <diego.viola@gmail.com>2019-01-13 17:02:59 +0000
committerDiego Viola <diego.viola@gmail.com>2019-01-13 17:02:59 +0000
commit2e755f012e31ac819a10cf2b042da1104d08478a (patch)
tree319ea79e6b17b23d9408ebb480aa6eae9043837c
parent2eb8ec93a2ad79cffe3371867e1a8951e65fed82 (diff)
downloadpulseaudio-2e755f012e31ac819a10cf2b042da1104d08478a.tar.gz
memblockq: fix typo: yepp -> yep
-rw-r--r--src/pulsecore/memblockq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/memblockq.h b/src/pulsecore/memblockq.h
index 69dcebc3..96e41cc3 100644
--- a/src/pulsecore/memblockq.h
+++ b/src/pulsecore/memblockq.h
@@ -27,7 +27,7 @@
#include <pulsecore/memchunk.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
* audio software. In contrast to a ring buffer this memblockq data
* type doesn't need to copy any data around, it just maintains