aboutsummaryrefslogtreecommitdiff
path: root/editors/ed.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-25 18:35:28 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-25 18:35:28 +0000
commit6a5377ac14bec2f2ae62c4ec085ff3b149cc11ad (patch)
treebb2200121abb55f06facbe8793c649ae90f53717 /editors/ed.c
parentea7645bab62c6f68c755cf717662bceaa04858ed (diff)
downloadbusybox-6a5377ac14bec2f2ae62c4ec085ff3b149cc11ad.tar.gz
documentation bits in comments, no code changes
Diffstat (limited to 'editors/ed.c')
-rw-r--r--editors/ed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/ed.c b/editors/ed.c
index f5b9c39bb..cd3836aed 100644
--- a/editors/ed.c
+++ b/editors/ed.c
@@ -82,7 +82,6 @@ static int bad_nums(int num1, int num2, const char *for_what)
static char *skip_blank(const char *cp)
{
-// NB: fix comment in skip_whitespace!
while (isblank(*cp))
cp++;
return (char *)cp;
@@ -125,7 +124,6 @@ static void doCommands(void)
smallint have1, have2;
while (TRUE) {
-// NB: fix comment in lineedit.c!
/* Returns:
* -1 on read errors or EOF, or on bare Ctrl-D.
* 0 on ctrl-C,