diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/awk.c | 2 | ||||
-rw-r--r-- | editors/vi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/awk.c b/editors/awk.c index b836580..9d859b8 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -20,7 +20,7 @@ //config: depends on AWK //config: help //config: Enable math functions of the Awk programming language. -//config: NOTE: This will require libm to be present for linking. +//config: NOTE: This requires libm to be present for linking. //config: //config:config FEATURE_AWK_GNU_EXTENSIONS //config: bool "Enable a few GNU extensions" diff --git a/editors/vi.c b/editors/vi.c index 24ccb00..0159385 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -61,7 +61,7 @@ //config: default y //config: depends on VI //config: help -//config: This will enable you to use yank and put, as well as mark. +//config: This enables you to use yank and put, as well as mark. //config: //config:config FEATURE_VI_SEARCH //config: bool "Enable search and replace cmds" |