From 2e755f012e31ac819a10cf2b042da1104d08478a Mon Sep 17 00:00:00 2001 From: Diego Viola Date: Sun, 13 Jan 2019 17:02:59 +0000 Subject: [PATCH] memblockq: fix typo: yepp -> yep --- src/pulsecore/memblockq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulsecore/memblockq.h b/src/pulsecore/memblockq.h index 69dcebc37..96e41cc3c 100644 --- a/src/pulsecore/memblockq.h +++ b/src/pulsecore/memblockq.h @@ -27,7 +27,7 @@ #include #include -/* 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