summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/memblock.h2
-rw-r--r--src/pulsecore/modinfo.h2
2 files changed, 2 insertions, 2 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. */
diff --git a/src/pulsecore/modinfo.h b/src/pulsecore/modinfo.h
index f39cee3b..90404504 100644
--- a/src/pulsecore/modinfo.h
+++ b/src/pulsecore/modinfo.h
@@ -22,7 +22,7 @@
USA.
***/
-/* Some functions for reading module meta data from Polypaudio modules */
+/* Some functions for reading module meta data from PulseAudio modules */
typedef struct pa_modinfo {
char *author;