Correct typos containing my login name (plus one more in expr.y).
Found courtesy of a recursive grep in the wrong directory.
This commit is contained in:
parent
9bc4cd63f3
commit
e1854a84ad
@ -539,7 +539,7 @@ chk_times(intmax_t a, intmax_t b, intmax_t r)
|
||||
/* special case: first operand is 0, no overflow possible */
|
||||
if (a == 0)
|
||||
return 0;
|
||||
/* cerify that result of division matches second operand */
|
||||
/* verify that result of division matches second operand */
|
||||
if (r / a != b)
|
||||
return 1;
|
||||
return 0;
|
||||
@ -637,7 +637,7 @@ op_colon(struct val *a, struct val *b)
|
||||
int eval;
|
||||
struct val *v;
|
||||
|
||||
/* coerce to both arguments to strings */
|
||||
/* coerce both arguments to strings */
|
||||
to_string(a);
|
||||
to_string(b);
|
||||
|
||||
|
@ -59704,7 +59704,7 @@ stock book
|
||||
stock buckle
|
||||
stock card
|
||||
stock cattle
|
||||
stock cerificate
|
||||
stock certificate
|
||||
stock change
|
||||
stock company
|
||||
stock dividend
|
||||
|
@ -2139,7 +2139,7 @@ BEGIN_CRITICAL;
|
||||
END_CRITICAL;
|
||||
pkt_status_check_overrun:
|
||||
/*
|
||||
* Status PKT overruns are uncerimoniously recovered with a
|
||||
* Status PKT overruns are unceremoniously recovered with a
|
||||
* bus reset. If we've overrun, let the host know so that
|
||||
* recovery can be performed.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user