From a7667b990ecf475bb9ad3faaf334cd650da36a9d Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 31 Aug 2014 15:09:44 +0530 Subject: [PATCH] srbchannel: Fix documentation error I seem to have misread the code previously. --- src/pulsecore/srbchannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulsecore/srbchannel.c b/src/pulsecore/srbchannel.c index 63a974812..3f81e256b 100644 --- a/src/pulsecore/srbchannel.c +++ b/src/pulsecore/srbchannel.c @@ -36,7 +36,7 @@ typedef struct pa_ringbuffer pa_ringbuffer; struct pa_ringbuffer { - pa_atomic_t *count; /* amount of data in the buffer, can be negative */ + pa_atomic_t *count; /* amount of data in the buffer */ int capacity; uint8_t *memory; int readindex, writeindex;