memblock: Fix typo in description of pa_memblock_unref_fixed(), cleanup

Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
Peter Meerwald 2013-07-16 17:09:13 +02:00 committed by Tanu Kaskinen
parent 09e88de0af
commit f4635818bd
2 changed files with 3 additions and 3 deletions

View file

@ -657,7 +657,7 @@ finish:
memblock_wait(b);
}
/* No lock necessary. This function is not multiple caller safe*/
/* No lock necessary. This function is not multiple caller safe */
void pa_memblock_unref_fixed(pa_memblock *b) {
pa_assert(b);
pa_assert(PA_REFCNT_VALUE(b) > 0);