changeset 24042:0354fab1e257

Clarify comment as pointed out by Ulion.
author diego
date Wed, 15 Aug 2007 08:34:45 +0000
parents 848c14615a94
children a8e3361e694c
files input/ar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/input/ar.c	Wed Aug 15 04:50:55 2007 +0000
+++ b/input/ar.c	Wed Aug 15 08:34:45 2007 +0000
@@ -270,8 +270,8 @@
     // 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);