From: wessels <> Date: Tue, 23 Jul 1996 10:18:47 +0000 (+0000) Subject: typos X-Git-Tag: SQUID_3_0_PRE1~6002 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ed54edbeb85b358df3ebb2f4b4d71b3c4a53af1;p=thirdparty%2Fsquid.git typos --- diff --git a/scripts/cache-compare.pl b/scripts/cache-compare.pl index cbe54f2e27..edc4cc1d3f 100755 --- a/scripts/cache-compare.pl +++ b/scripts/cache-compare.pl @@ -8,12 +8,12 @@ # from a number of different caches. # # stdin is a list of URLs. Set the @getfrom array to a list of caches -# to fetch each URL from. Include 'SOURCE' is @getfrom to fetch from +# to fetch each URL from. Include 'SOURCE' in @getfrom to fetch from # the source host also. For each URL, print the byte count, elapsed # time and average data rate. At the end print out some averages. # # NOTE: uses the Perl function syscall() to implement gettimeofday(2). -# Assumes # that gettimeofday is syscall #116 on the system +# Assumes that gettimeofday is syscall #116 on the system # (see /usr/include/sys/syscall.h). # # BUGS: