projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf5f99f
)
typo fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 3 Jun 2010 23:31:48 +0000
(
01:31
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 3 Jun 2010 23:31:48 +0000
(
01:31
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/sed.c
patch
|
blob
|
history
diff --git
a/editors/sed.c
b/editors/sed.c
index 7fe2809b313b11f9a7cde63b73d0bb1f07f55db4..a5ef400fcebddebcd026a2a113e7c9e01bd9b244 100644
(file)
--- a/
editors/sed.c
+++ b/
editors/sed.c
@@
-917,7
+917,7
@@
static void process_files(void)
/* Or did we match the start of a numerical range? */
|| (sed_cmd->beg_line > 0
&& (sed_cmd->end_line || sed_cmd->end_match
- /* note: even if end numeric and is < linenum too,
+ /* note: even if end
is
numeric and is < linenum too,
* GNU sed matches! We match too */
? (sed_cmd->beg_line <= linenum) /* N,end */
: (sed_cmd->beg_line == linenum) /* N */