lint: additional type tests in expressions

This commit is contained in:
dick
1988-09-29 15:24:02 +00:00
parent 6ae90c8f34
commit 4f8b2e9926
11 changed files with 320 additions and 77 deletions

View File

@@ -303,7 +303,7 @@ mk_binop(expp, oper, expr, commutative)
register struct expr *expr;
{
/* Constructs in *expp the operation indicated by the operands.
"commutative" indicates wether "oper" is a commutative
"commutative" indicates whether "oper" is a commutative
operator.
*/
register struct expr *ex = *expp;