]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/core.h
* more s/pulseaudio/PulseAudio/ replacements
[pulseaudio] / src / pulsecore / core.h
index 627d42396bc6309a7d3f57acc41c6be0bf6226a4..261c5f7521940f286644e4d85a0be67d9b20c7a4 100644 (file)
@@ -33,13 +33,13 @@ typedef struct pa_core pa_core;
 #include <pulsecore/queue.h>
 #include <pulsecore/core-subscribe.h>
 
-/* The core structure of pulseaudio. Every pulseaudio daemon contains
+/* The core structure of PulseAudio. Every PulseAudio daemon contains
  * exactly one of these. It is used for storing kind of global
  * variables for the daemon. */
 
 struct pa_core {
     /* A random value which may be used to identify this instance of
-     * pulseaudio. Not cryptographically secure in any way. */
+     * PulseAudio. Not cryptographically secure in any way. */
     uint32_t cookie;
     
     pa_mainloop_api *mainloop;