diff options
Diffstat (limited to 'editors/cmp.c')
-rw-r--r-- | editors/cmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/cmp.c b/editors/cmp.c index 6e5500c17..f53d9603c 100644 --- a/editors/cmp.c +++ b/editors/cmp.c | |||
@@ -14,8 +14,8 @@ | |||
14 | //config: bool "cmp (5.4 kb)" | 14 | //config: bool "cmp (5.4 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: cmp is used to compare two files and returns the result | 17 | //config: cmp is used to compare two files and returns the result |
18 | //config: to standard output. | 18 | //config: to standard output. |
19 | 19 | ||
20 | //kbuild:lib-$(CONFIG_CMP) += cmp.o | 20 | //kbuild:lib-$(CONFIG_CMP) += cmp.o |
21 | 21 | ||