From d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 Mon Sep 17 00:00:00 2001 From: schweikh Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- usr.bin/indent/indent.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/indent') diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 62a82d0..d903cbb 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -686,7 +686,7 @@ check_type: case semicolon: /* got a ';' */ ps.in_or_st = false;/* we are not in an initialization or * structure declaration */ - scase = false; /* these will only need resetting in a error */ + scase = false; /* these will only need resetting in an error */ squest = 0; if (ps.last_token == rparen && rparen_count == 0) ps.in_parameter_declaration = 0; @@ -715,7 +715,7 @@ check_type: */ diag2(1, "Unbalanced parens"); ps.p_l_follow = 0; - if (sp_sw) { /* this is a check for a if, while, etc. with + if (sp_sw) { /* this is a check for an if, while, etc. with * unbalanced parens */ sp_sw = false; parse(hd_type); /* dont lose the if, or whatever */ @@ -728,7 +728,7 @@ check_type: if (!sp_sw) { /* if not if for (;;) */ parse(semicolon); /* let parser know about end of stmt */ - force_nl = true;/* force newline after a end of stmt */ + force_nl = true;/* force newline after an end of stmt */ } break; -- cgit v1.1