(bsd_sum_file): Remove misleading comment. From Karl Heuer.
authorJim Meyering <jim@meyering.net>
Tue, 5 Dec 1995 15:53:31 +0000 (15:53 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 5 Dec 1995 15:53:31 +0000 (15:53 +0000)
src/sum.c

index 20713540cf87ed9b8143efcdd71c7aafa6c24f93..413f8346e585cc5710217fc876856637b7a10b68 100644 (file)
--- 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++;