summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/context.h')
-rw-r--r--src/pulse/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/context.h b/src/pulse/context.h
index 65d70e8b..ad8c9f3f 100644
--- a/src/pulse/context.h
+++ b/src/pulse/context.h
@@ -59,7 +59,7 @@
*
* \li \subpage mainloop - A minimal but fast implementation based on poll().
* \li \subpage threaded_mainloop - A special version of the previous
- * implementation where all of Polypaudio's
+ * implementation where all of PulseAudio's
* internal handling runs in a separate
* thread.
* \li \subpage glib-mainloop - A wrapper around GLIB's main loop. Available