From 8ef322d66fb68167e1f530c849abbfb2164f7002 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Dec 1995 15:53:31 +0000 Subject: (bsd_sum_file): Remove misleading comment. From Karl Heuer. --- src/sum.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sum.c') diff --git a/src/sum.c b/src/sum.c index 20713540c..413f8346e 100644 --- a/src/sum.c +++ b/src/sum.c @@ -108,8 +108,6 @@ bsd_sum_file (const char *file, int print_name) } } - /* This algorithm seems to depend on sign extension in `ch' in order to - give the right results. Ick. */ while ((ch = getc (fp)) != EOF) { total_bytes++; -- cgit v1.2.3-54-g00ecf