srbchannel: Fix documentation error
authorArun Raghavan <arun@accosted.net>
Sun, 31 Aug 2014 09:39:44 +0000 (15:09 +0530)
committerArun Raghavan <arun@accosted.net>
Sun, 31 Aug 2014 09:40:22 +0000 (15:10 +0530)
I seem to have misread the code previously.

src/pulsecore/srbchannel.c

index 63a9748..3f81e25 100644 (file)
@@ -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;