diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-05-08 01:08:33 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-05-08 01:08:33 +0000 | 
| commit | 1f196e79884618d948927c20ddfcd81ae24ad18c (patch) | |
| tree | c733a5146610bb0fb9b09dda66f816e585cdff72 /src | |
| parent | 7b5c6a34e21a5dffe4da17cee471b10bb1c6010d (diff) | |
fix some comments
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2388 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
| -rw-r--r-- | src/pulsecore/asyncq.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/asyncq.c b/src/pulsecore/asyncq.c index 91f0e50b..8e0dfbc3 100644 --- a/src/pulsecore/asyncq.c +++ b/src/pulsecore/asyncq.c @@ -3,7 +3,7 @@  /***    This file is part of PulseAudio. -  Copyright 2006 Lennart Poettering +  Copyright 2006-2008 Lennart Poettering    PulseAudio is free software; you can redistribute it and/or modify    it under the terms of the GNU Lesser General Public License as @@ -42,7 +42,7 @@  #define ASYNCQ_SIZE 256 -/* For debugging purposes we can define _Y to put and extra thread +/* For debugging purposes we can define _Y to put an extra thread   * yield between each operation. */  /* #define PROFILE */  | 
