From a3dd61b474f62af16f8638679c8ade0ab34978cf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Mar 2006 20:57:25 +0000 Subject: [PATCH] Update code comment to match previous patch. --- src/cmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmp.c b/src/cmp.c index 4cca0cc..245d6d0 100644 --- a/src/cmp.c +++ b/src/cmp.c @@ -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) {