diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-02-17 18:07:38 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-02-17 18:07:38 +0000 |
commit | 47706ecaf12d67a399225153e56f1d84398bfc5a (patch) | |
tree | 91e2d50aef16270c2a3d54804708488e708251ce /sys/arch/m68k | |
parent | 9a1e8d3a36cfe08049fdc4373b501abf7b1454c1 (diff) |
miscellaneous typo fixes:
- sturct -> struct (spotted by pedro)
- elimination of consecutive 'the' words
ok jmc@, henning@, krw@, robert@, some whining by jolan@
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r-- | sys/arch/m68k/060sp/fpsp.s | 4 | ||||
-rw-r--r-- | sys/arch/m68k/060sp/pfpsp.s | 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 ccebb671bf5..f1c98d47060 100644 --- a/sys/arch/m68k/060sp/fpsp.s +++ b/sys/arch/m68k/060sp/fpsp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: fpsp.s,v 1.7 2004/01/09 21:16:05 deraadt Exp $ +# $OpenBSD: fpsp.s,v 1.8 2005/02/17 18:07:36 jfb Exp $ # $NetBSD: fpsp.s,v 1.2 1996/05/15 19:48:03 is Exp $ # @@ -2954,7 +2954,7 @@ iea_fmovm_trace: # The FPU is disabled and so we should really have taken the "Line # F Emulator" exception. So, here we create an 8-word stack frame # from our 4-word stack frame. This means we must calculate the length -# the faulting instruction to get the "next PC". This is trivial for +# of the faulting instruction to get the "next PC". This is trivial for # immediate operands but requires some extra work for fmovm dynamic # which can use most addressing modes. iea_disabled: diff --git a/sys/arch/m68k/060sp/pfpsp.s b/sys/arch/m68k/060sp/pfpsp.s index d5c5a00464c..9e9186f910a 100644 --- a/sys/arch/m68k/060sp/pfpsp.s +++ b/sys/arch/m68k/060sp/pfpsp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: pfpsp.s,v 1.6 2004/01/09 21:16:06 deraadt Exp $ +# $OpenBSD: pfpsp.s,v 1.7 2005/02/17 18:07:36 jfb Exp $ # $NetBSD: pfpsp.s,v 1.2 1996/05/15 19:49:12 is Exp $ # @@ -2954,7 +2954,7 @@ iea_fmovm_trace: # The FPU is disabled and so we should really have taken the "Line # F Emulator" exception. So, here we create an 8-word stack frame # from our 4-word stack frame. This means we must calculate the length -# the faulting instruction to get the "next PC". This is trivial for +# of the faulting instruction to get the "next PC". This is trivial for # immediate operands but requires some extra work for fmovm dynamic # which can use most addressing modes. iea_disabled: |