summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/memblock.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-19 22:11:49 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-19 22:11:49 +0000
commit10b5e997d7a8a4e955ce49cc816fdcd36225ff6e (patch)
treede6785c72370c527f6197920a6b226e09a935946 /src/pulsecore/memblock.h
parent955e33db6076a6266d4decfbeb64d89a9b8d516c (diff)
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/memblock.h')
-rw-r--r--src/pulsecore/memblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/memblock.h b/src/pulsecore/memblock.h
index f8545836..04a0b55b 100644
--- a/src/pulsecore/memblock.h
+++ b/src/pulsecore/memblock.h
@@ -25,7 +25,7 @@
#include <sys/types.h>
#include <inttypes.h>
-/* A pa_memblock is a reference counted memory block. Polypaudio
+/* A pa_memblock is a reference counted memory block. PulseAudio
* passed references to pa_memblocks around instead of copying
* data. See pa_memchunk for a structure that describes parts of
* memory blocks. */