Update code comment to match previous patch.

This commit is contained in:
Paul Eggert 2006-03-09 20:57:25 +00:00
parent dab9c7e59b
commit a3dd61b474

View File

@ -309,7 +309,8 @@ main (int argc, char **argv)
&& file_position (0) == file_position (1))
return EXIT_SUCCESS;
/* If output is redirected to the null device, we may assume `-s'. */
/* If output is redirected to the null device, we can avoid some of
the work. */
if (comparison_type != type_status)
{