summaryrefslogtreecommitdiffstats
path: root/kscd/libwm/plat_sun_audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/libwm/plat_sun_audio.c')
-rw-r--r--kscd/libwm/plat_sun_audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kscd/libwm/plat_sun_audio.c b/kscd/libwm/plat_sun_audio.c
index 3c9dfdc1..34603991 100644
--- a/kscd/libwm/plat_sun_audio.c
+++ b/kscd/libwm/plat_sun_audio.c
@@ -59,7 +59,7 @@ static char plat_sun_audio_id[] = "$Id$";
* a marker into the audio stream; when the audio device driver encounters the
* marker, it increments a field in a status structure. When we see that
* field go up, we grab the next status structure from the queue and send it
- * to the tqparent process.
+ * to the parent process.
*
* The minimum size of the queue depends on the latency of the audio stream.
*/
@@ -279,7 +279,7 @@ wmaudio_send_status( void )
int qhead;
/*
- * Now send the most current status information to our tqparent.
+ * Now send the most current status information to our parent.
*/
if (ioctl(aucfd, AUDIO_GETINFO, &info) < 0)
perror("AUDIO_GETINFO");