summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 08:34:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 08:34:45 +0000
commitf7ad582be5a8cd30c04ea0921cf93ca08c8fa41f (patch)
tree68631717ebf2834b8410f7e4013b648a64431f59 /input
parent80dd062ef96240f9cfb9b40df52da2cadbb55a80 (diff)
downloadmpv-f7ad582be5a8cd30c04ea0921cf93ca08c8fa41f.tar.bz2
mpv-f7ad582be5a8cd30c04ea0921cf93ca08c8fa41f.tar.xz
Clarify comment as pointed out by Ulion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/ar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/ar.c b/input/ar.c
index 96c5161953..ce564b3588 100644
--- a/input/ar.c
+++ b/input/ar.c
@@ -270,8 +270,8 @@ int mp_input_ar_init(void)
// Create the queue.
(*queue)->create(queue, 0, MAX_QUEUE_SIZE);
- // Add elements to the queue to make the queue work
- // on tiger. It's a sequence from 1 to 21,
+ // Add elements to the queue to make the queue work.
+ // On tiger, it's a sequence from 1 to 21,
// maybe it's the range of cookie values.
for (i = 0;i < nr_cookies;i++)
(*queue)->addElement(queue, cookies[i], 0);