From 1ed54edbeb85b358df3ebb2f4b4d71b3c4a53af1 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 23 Jul 1996 10:18:47 +0000 Subject: [PATCH] typos --- scripts/cache-compare.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.3