aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-23 20:32:09 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-23 20:32:09 +0000
commit77d9268892b0d9624ab95bb551cbfe7a745d2666 (patch)
tree68208146cb391cdc03aaaa89c63f4cdecf70255a /editors
parentbdd4eced8475919c9768c5aa1396e674397c63fd (diff)
downloadbusybox-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.gz
Patch from larry to fix some grammar errors.
Diffstat (limited to 'editors')
-rw-r--r--editors/sed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c
index 16e8e1866..47fb63712 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -617,7 +617,7 @@ static int do_sed_command(const struct sed_cmd *sed_cmd, const char *line)
* flag exists in the first place.
*/
- /* if the user specified that they didn't want anything printed (i.e. a -n
+ /* if the user specified that they didn't want anything printed (i.e., a -n
* flag and no 'p' flag after the s///), then there's really no point doing
* anything here. */
if (be_quiet && !sed_cmd->sub_p)