]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/memblock.h
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / memblock.h
index 6a3f2ed364a3d68309c245d3d5b98bf6049ee99c..502f207dca64f02ddf8e8dc5a2a58f1e86ae2960 100644 (file)
@@ -99,9 +99,9 @@ pa_memblock* pa_memblock_ref(pa_memblock*b);
 /* This special unref function has to be called by the owner of the
 memory of a static memory block when he wants to release all
 references to the memory. This causes the memory to be copied and
-converted into a pool or malloc'ed memory block. Please note that this
+converted into a pool of malloc'ed memory block. Please note that this
 function is not multiple caller safe, i.e. needs to be locked
-manually if called from more than one thread at the same time.  */
+manually if called from more than one thread at the same time. */
 void pa_memblock_unref_fixed(pa_memblock*b);
 
 bool pa_memblock_is_read_only(pa_memblock *b);