diff options
Diffstat (limited to 'artsc/artsdsp.c')
-rw-r--r-- | artsc/artsdsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/artsc/artsdsp.c b/artsc/artsdsp.c index be49ab5..a528f8c 100644 --- a/artsc/artsdsp.c +++ b/artsc/artsdsp.c @@ -58,10 +58,10 @@ * which points to /dev/null, to ensure compatibility with more weird * operations on streams * - * settings contains what has already been set (speed, bits, channels), and + * settings tqcontains what has already been set (speed, bits, channels), and * is 7 when all of these are true * - * stream contains an aRts stream or 0 + * stream tqcontains an aRts stream or 0 */ static int sndfd = -1; static int settings; |