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 @@ //config: bool "cmp (5.4 kb)" //config: default y //config: help -//config: cmp is used to compare two files and returns the result -//config: to standard output. +//config: cmp is used to compare two files and returns the result +//config: to standard output. //kbuild:lib-$(CONFIG_CMP) += cmp.o |