mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
core: Fix comments.
This commit is contained in:
parent
202b7e3abb
commit
92fbb294b7
2 changed files with 3 additions and 3 deletions
|
|
@ -518,8 +518,8 @@ static void memblock_free(pa_memblock *b) {
|
||||||
|
|
||||||
case PA_MEMBLOCK_APPENDED:
|
case PA_MEMBLOCK_APPENDED:
|
||||||
|
|
||||||
/* We could attached it unused_memblocks, but that would
|
/* We could attach it to unused_memblocks, but that would
|
||||||
* probably waste some considerable memory */
|
* probably waste some considerable amount of memory */
|
||||||
pa_xfree(b);
|
pa_xfree(b);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ typedef struct pa_memchunk {
|
||||||
} pa_memchunk;
|
} pa_memchunk;
|
||||||
|
|
||||||
/* Make a memchunk writable, i.e. make sure that the caller may have
|
/* 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
|
* 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
|
* 0 it is made sure that the returned memblock is at least of the
|
||||||
* specified size, i.e. is enlarged if necessary. */
|
* specified size, i.e. is enlarged if necessary. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue