From 73ca0709163b7cf5b83c42d8c0180c8083cb0f12 Mon Sep 17 00:00:00 2001 From: djalal Date: Thu, 9 Sep 2010 12:59:35 +0000 Subject: [PATCH] Small change on code documentation. --- TargetGroup.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TargetGroup.cc b/TargetGroup.cc index 7e294189b..d1a527df1 100644 --- a/TargetGroup.cc +++ b/TargetGroup.cc @@ -605,9 +605,9 @@ unsigned long NewTargets::push (const char *target) { if (o.debugging > 2) log_write(LOG_PLAIN, "New Targets: target %s is already in the queue.\n", tg.c_str()); - /* Return 1 when the target is already in the queue, - * this will prevent returning 0 when the target queue - * is empty since no target was added. */ + /* Return 1 when the target is already in the history cache, + * this will prevent returning 0 when the target queue is + * empty since no target was added. */ return 1; } }