diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-10-05 21:19:36 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-10-05 21:19:36 +0000 |
commit | aaa447fdd60579ed8532b32ffacedbf15393847b (patch) | |
tree | 941347e0fefc70f62c442592a19fcadae97ef773 | |
parent | 45f925e105ee57b440d2409d797e1061127b971f (diff) |
spelling.
-rw-r--r-- | sys/arch/m68k/060sp/fpsp.s | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/hme.c | 4 |
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); |