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 | |
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')
-rw-r--r-- | sys/arch/cats/cats/cats_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/include/reg.h | 4 | ||||
-rw-r--r-- | sys/arch/m68k/060sp/fpsp.s | 4 | ||||
-rw-r--r-- | sys/arch/m68k/060sp/pfpsp.s | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/cats/cats/cats_machdep.c b/sys/arch/cats/cats/cats_machdep.c index 06e89c7290c..3bb7695d5d8 100644 --- a/sys/arch/cats/cats/cats_machdep.c +++ b/sys/arch/cats/cats/cats_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cats_machdep.c,v 1.10 2005/01/21 16:22:34 miod Exp $ */ +/* $OpenBSD: cats_machdep.c,v 1.11 2005/02/17 18:07:37 jfb Exp $ */ /* $NetBSD: cats_machdep.c,v 1.50 2003/10/04 14:28:28 chris Exp $ */ /* @@ -549,7 +549,7 @@ initarm(bootargs) #endif /* - * Now we start consturction of the L1 page table + * Now we start construction of the L1 page table * We start by mapping the L2 page tables into the L1. * This means that we can replace L1 mappings later on if necessary */ diff --git a/sys/arch/i386/include/reg.h b/sys/arch/i386/include/reg.h index fd1f7e73432..cafcc14b87c 100644 --- a/sys/arch/i386/include/reg.h +++ b/sys/arch/i386/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.4 2003/09/08 21:49:12 mickey Exp $ */ +/* $OpenBSD: reg.h,v 1.5 2005/02/17 18:07:35 jfb Exp $ */ /* $NetBSD: reg.h,v 1.14 1995/10/11 04:20:24 mycroft Exp $ */ /*- @@ -66,7 +66,7 @@ /* * Registers accessible to ptrace(2) syscall for debugger * The machine-dependent code for PT_{SET,GET}REGS needs to - * use whichver order, defined above, is correct, so that it + * use whichever order, defined above, is correct, so that it * is all invisible to the user. */ struct reg { 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: |