summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArun Raghavan <arun@accosted.net>2014-08-31 15:09:44 +0530
committerArun Raghavan <arun@accosted.net>2014-08-31 15:10:22 +0530
commita7667b990ecf475bb9ad3faaf334cd650da36a9d (patch)
tree37fb3ff4edaaf270fcbc0a99a6f621a5f51f7685 /src
parentf611b9b7aa96341dce55f0036a50230f8cc28c24 (diff)
srbchannel: Fix documentation error
I seem to have misread the code previously.
Diffstat (limited to 'src')
-rw-r--r--src/pulsecore/srbchannel.c2
1 files changed, 1 insertions, 1 deletions
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;