summaryrefslogtreecommitdiff
path: root/src/sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-12-05 15:53:31 +0000
committerJim Meyering <jim@meyering.net>1995-12-05 15:53:31 +0000
commit8ef322d66fb68167e1f530c849abbfb2164f7002 (patch)
tree886d0a026e341f7d5d36db8a37efb8dcb10219e5 /src/sum.c
parent1d5b09348ebb3a8fad259a78d247b621ed1ae295 (diff)
downloadcoreutils-8ef322d66fb68167e1f530c849abbfb2164f7002.tar.xz
(bsd_sum_file): Remove misleading comment. From Karl Heuer.
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c2
1 files changed, 0 insertions, 2 deletions
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++;