From: Peter Meerwald <p.meerwald@xxxxxxxxxxxxxxxxxx> --- src/pulsecore/memchunk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pulsecore/memchunk.h b/src/pulsecore/memchunk.h index f9e56be..217f92d 100644 --- a/src/pulsecore/memchunk.h +++ b/src/pulsecore/memchunk.h @@ -34,7 +34,7 @@ typedef struct pa_memchunk { } pa_memchunk; /* Make a memchunk writable, i.e. make sure that the caller may have - * exclusive access to the memblock and it is not read_only. If needed + * exclusive access to the memblock and it is not read-only. If needed * the memblock in the structure is replaced by a copy. If min is not * 0 it is made sure that the returned memblock is at least of the * specified size, i.e. is enlarged if necessary. */ -- 1.7.4.1