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; } }