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;