From: wessels <> Date: Tue, 25 Aug 1998 21:58:14 +0000 (+0000) Subject: comment typo X-Git-Tag: SQUID_3_0_PRE1~2797 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18ec72b2838800a8d730b6c48d457f843956eba9;p=thirdparty%2Fsquid.git comment typo --- diff --git a/src/peer_select.cc b/src/peer_select.cc index 3c4ff53838..63d428a182 100644 --- a/src/peer_select.cc +++ b/src/peer_select.cc @@ -1,6 +1,6 @@ /* - * $Id: peer_select.cc,v 1.76 1998/08/21 03:15:21 wessels Exp $ + * $Id: peer_select.cc,v 1.77 1998/08/25 15:58:14 wessels Exp $ * * DEBUG: section 44 Peer Selection Algorithm * AUTHOR: Duane Wessels @@ -428,7 +428,7 @@ peerIcpParentMiss(peer * p, icp_common_t * header, ps_state * ps) } } } - /* if closest-only is set, the don't allow FIRST_PARENT_MISS */ + /* if closest-only is set, then don't allow FIRST_PARENT_MISS */ if (EBIT_TEST(p->options, NEIGHBOR_CLOSEST_ONLY)) return; /* set FIRST_MISS if there is no CLOSEST parent */