aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cmp.c')
-rw-r--r--coreutils/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cmp.c b/coreutils/cmp.c
index 43dbc842f..d0fc662a5 100644
--- a/coreutils/cmp.c
+++ b/coreutils/cmp.c
@@ -27,7 +27,7 @@
27 * 27 *
28 * Original version majorly reworked for SUSv3 compliance, bug fixes, and 28 * Original version majorly reworked for SUSv3 compliance, bug fixes, and
29 * size optimizations. Changes include: 29 * size optimizations. Changes include:
30 * 1) Now correctly distingusishes between errors and actual file differences. 30 * 1) Now correctly distinguishes between errors and actual file differences.
31 * 2) Proper handling of '-' args. 31 * 2) Proper handling of '-' args.
32 * 3) Actual error checking of i/o. 32 * 3) Actual error checking of i/o.
33 * 4) Accept SUSv3 -l option. Note that we use the slightly nicer gnu format 33 * 4) Accept SUSv3 -l option. Note that we use the slightly nicer gnu format