summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-10-14 15:13:00 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-10-14 15:13:00 +0000
commit36f5e9656809ca8a4cd7f6454010f23669dea711 (patch)
treeb1ad82eeeac1898694fc08ff9a77a566ed60d407 /sys
parent242b761b7b5809525f181d09a23aae3a16233b35 (diff)
'expresion' -> 'expression'. Reported by Jung on tech@.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mac68k/dev/if_mc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/if_mc.c b/sys/arch/mac68k/dev/if_mc.c
index 7d7a3ba9371..28d4ed8dd43 100644
--- a/sys/arch/mac68k/dev/if_mc.c
+++ b/sys/arch/mac68k/dev/if_mc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mc.c,v 1.15 2007/01/12 16:31:21 martin Exp $ */
+/* $OpenBSD: if_mc.c,v 1.16 2007/10/14 15:12:59 krw Exp $ */
/* $NetBSD: if_mc.c,v 1.24 2004/10/30 18:08:34 thorpej Exp $ */
/*-
@@ -121,7 +121,7 @@ ether_cmp(one, two)
diff |= *a++ - *b++;
#else
/*
- * Most modern CPUs do better with a single expresion.
+ * Most modern CPUs do better with a single expression.
* Note that short-cut evaluation is NOT helpful here,
* because it just makes the code longer, not faster!
*/