aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2007-02-18 19:48:59 +0000
committerCeri Davies <ceri@FreeBSD.org>2007-02-18 19:48:59 +0000
commite1854a84ad9fb9b70e1b9ca134d93251ec9a0070 (patch)
treef7f07cdeae4a9fb508d70e44fb82eec9c4af4fd1
parent9bc4cd63f31caa02ddaa3f9bd4941636a14b84aa (diff)
downloadsrc-e1854a84ad9fb9b70e1b9ca134d93251ec9a0070.tar.gz
src-e1854a84ad9fb9b70e1b9ca134d93251ec9a0070.zip
Correct typos containing my login name (plus one more in expr.y).
Found courtesy of a recursive grep in the wrong directory.
Notes
Notes: svn path=/head/; revision=166813
-rw-r--r--bin/expr/expr.y4
-rw-r--r--share/dict/web2a2
-rw-r--r--sys/dev/aic7xxx/aic79xx.seq2
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/expr/expr.y b/bin/expr/expr.y
index 787cd85dfbbc..356bac294d62 100644
--- a/bin/expr/expr.y
+++ b/bin/expr/expr.y
@@ -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);
diff --git a/share/dict/web2a b/share/dict/web2a
index d4696e71d54f..902848ccf639 100644
--- a/share/dict/web2a
+++ b/share/dict/web2a
@@ -59704,7 +59704,7 @@ stock book
stock buckle
stock card
stock cattle
-stock cerificate
+stock certificate
stock change
stock company
stock dividend
diff --git a/sys/dev/aic7xxx/aic79xx.seq b/sys/dev/aic7xxx/aic79xx.seq
index d8d4f921380c..76be0892005a 100644
--- a/sys/dev/aic7xxx/aic79xx.seq
+++ b/sys/dev/aic7xxx/aic79xx.seq
@@ -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.
*