summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-10-05 21:19:34 +0000
committerfgsch <fgsch@openbsd.org>2002-10-05 21:19:34 +0000
commit1fd0c161fa644971d180eefc9bf61a42b3c73eb1 (patch)
tree23ed50cb4574b22a48fe981db1a8eeb7dcc349cc
parentAllow filtering based on IP header's tos field. (diff)
downloadwireguard-openbsd-1fd0c161fa644971d180eefc9bf61a42b3c73eb1.tar.xz
wireguard-openbsd-1fd0c161fa644971d180eefc9bf61a42b3c73eb1.zip
spelling.
-rw-r--r--sys/arch/m68k/060sp/fpsp.s4
-rw-r--r--sys/arch/sparc/dev/hme.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m68k/060sp/fpsp.s b/sys/arch/m68k/060sp/fpsp.s
index 73d4ef0a99a..922efbdd0f5 100644
--- a/sys/arch/m68k/060sp/fpsp.s
+++ b/sys/arch/m68k/060sp/fpsp.s
@@ -1,5 +1,5 @@
#
-# $OpenBSD: fpsp.s,v 1.3 2001/09/20 17:02:30 mpech Exp $
+# $OpenBSD: fpsp.s,v 1.4 2002/10/05 21:19:34 fgsch Exp $
# $NetBSD: fpsp.s,v 1.2 1996/05/15 19:48:03 is Exp $
#
@@ -3891,7 +3891,7 @@ _fpsp_fline:
# FP Unimplemented Instruction stack frame and jump to that entry
# point.
#
-# but, if the FPU is disabled, then we need to jump to the FPU diabled
+# but, if the FPU is disabled, then we need to jump to the FPU disabled
# entry point.
movc %pcr,%d0
btst &0x1,%d0
diff --git a/sys/arch/sparc/dev/hme.c b/sys/arch/sparc/dev/hme.c
index 83950a474b1..f01d1b044a1 100644
--- a/sys/arch/sparc/dev/hme.c
+++ b/sys/arch/sparc/dev/hme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hme.c,v 1.38 2002/07/17 02:46:52 jason Exp $ */
+/* $OpenBSD: hme.c,v 1.39 2002/10/05 21:19:35 fgsch Exp $ */
/*
* Copyright (c) 1998 Jason L. Wright (jason@thought.net)
@@ -621,7 +621,7 @@ hme_poll_stop(sc)
(HME_FLAG_POLLENABLE | HME_FLAG_POLL))
return;
- /* Turn off MIF interrupts, and diable polling */
+ /* Turn off MIF interrupts, and disable polling */
tcvr->int_mask = 0xffff;
tcvr->cfg &= ~(TCVR_CFG_PENABLE);
sc->sc_flags &= ~(HME_FLAG_POLL);