summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commitf3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/amd64/include
parent7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff)
downloadFreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip
FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/cputypes.h4
-rw-r--r--sys/amd64/include/frame.h8
-rw-r--r--sys/amd64/include/ieeefp.h8
-rw-r--r--sys/amd64/include/pmap.h4
-rw-r--r--sys/amd64/include/psl.h4
-rw-r--r--sys/amd64/include/reg.h4
-rw-r--r--sys/amd64/include/segments.h6
-rw-r--r--sys/amd64/include/specialreg.h6
-rw-r--r--sys/amd64/include/tss.h8
9 files changed, 26 insertions, 26 deletions
diff --git a/sys/amd64/include/cputypes.h b/sys/amd64/include/cputypes.h
index 0c5667b..7be09ac 100644
--- a/sys/amd64/include/cputypes.h
+++ b/sys/amd64/include/cputypes.h
@@ -11,7 +11,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
- * derived from this software withough specific prior written permission
+ * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cputypes.h,v 1.3 1994/09/04 19:59:23 pst Exp $
+ * $Id: cputypes.h,v 1.4 1995/12/24 08:10:50 davidg Exp $
*/
#ifndef _MACHINE_CPUTYPES_H_
diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h
index 291a0a1d..bb584a1 100644
--- a/sys/amd64/include/frame.h
+++ b/sys/amd64/include/frame.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)frame.h 5.2 (Berkeley) 1/18/91
- * $Id: frame.h,v 1.10 1995/03/16 18:11:42 bde Exp $
+ * $Id: frame.h,v 1.11 1995/12/14 08:21:33 phk Exp $
*/
#ifndef _MACHINE_FRAME_H_
@@ -67,7 +67,7 @@ struct trapframe {
int tf_eip;
int tf_cs;
int tf_eflags;
- /* below only when transitting rings (e.g. user to kernel) */
+ /* below only when crossing rings (e.g. user to kernel) */
int tf_esp;
int tf_ss;
};
@@ -93,7 +93,7 @@ struct intrframe {
int if_eip;
int if_cs;
int if_eflags;
- /* below only when transitting rings (e.g. user to kernel) */
+ /* below only when crossing rings (e.g. user to kernel) */
int if_esp;
int if_ss;
};
@@ -119,7 +119,7 @@ struct clockframe {
int cf_eip;
int cf_cs;
int cf_eflags;
- /* below only when transitting rings (e.g. user to kernel) */
+ /* below only when crossing rings (e.g. user to kernel) */
int cf_esp;
int cf_ss;
};
diff --git a/sys/amd64/include/ieeefp.h b/sys/amd64/include/ieeefp.h
index d36ede3..943bb062 100644
--- a/sys/amd64/include/ieeefp.h
+++ b/sys/amd64/include/ieeefp.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93
- * $Id: ieeefp.h,v 1.1 1994/08/04 19:16:37 wollman Exp $
+ * $Id: ieeefp.h,v 1.2 1994/08/05 14:36:04 wollman Exp $
*/
/*
@@ -52,13 +52,13 @@ typedef enum {
} fp_rnd_t;
/*
- * FP precison modes
+ * FP precision modes
*/
typedef enum {
- FP_PS=0, /* 24 bit (single-precsion) */
+ FP_PS=0, /* 24 bit (single-precision) */
FP_PRS, /* reserved */
FP_PD, /* 53 bit (double-precision) */
- FP_PE /* 64 bit (extended-precsion) */
+ FP_PE /* 64 bit (extended-precision) */
} fp_prec_t;
#define fp_except_t int
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index ef5ee1b..b7569f6 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -42,7 +42,7 @@
*
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
- * $Id: pmap.h,v 1.30 1995/12/10 13:38:09 phk Exp $
+ * $Id: pmap.h,v 1.31 1995/12/17 07:39:05 bde Exp $
*/
#ifndef _MACHINE_PMAP_H_
@@ -133,7 +133,7 @@ pmap_kextract(vm_offset_t va)
#endif
/*
- * macros to generate page directory/table indicies
+ * macros to generate page directory/table indices
*/
#define pdei(va) (((va)&PD_MASK)>>PD_SHIFT)
diff --git a/sys/amd64/include/psl.h b/sys/amd64/include/psl.h
index 3d96dbc..4c412c4 100644
--- a/sys/amd64/include/psl.h
+++ b/sys/amd64/include/psl.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)psl.h 5.2 (Berkeley) 1/18/91
- * $Id: psl.h,v 1.5 1994/08/10 03:51:18 wollman Exp $
+ * $Id: psl.h,v 1.6 1995/01/14 13:20:25 bde Exp $
*/
#ifndef _MACHINE_PSL_H_
@@ -78,7 +78,7 @@
/*
* Bits that can be changed in user mode on 486's. We allow these bits
* to be changed using ptrace(), sigreturn() and procfs. Setting PS_NT
- * is undesireable but it may as well be allowed since users can inflict
+ * is undesirable but it may as well be allowed since users can inflict
* it on the kernel directly. Changes to PSL_AC are silently ignored on
* 386's.
*/
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index 9fc1814..ce988e4 100644
--- a/sys/amd64/include/reg.h
+++ b/sys/amd64/include/reg.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)reg.h 5.5 (Berkeley) 1/18/91
- * $Id: reg.h,v 1.9 1994/10/02 17:31:29 phk Exp $
+ * $Id: reg.h,v 1.10 1995/01/14 10:41:41 bde Exp $
*/
#ifndef _MACHINE_REG_H_
@@ -71,7 +71,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/amd64/include/segments.h b/sys/amd64/include/segments.h
index dcac309..5fadb98 100644
--- a/sys/amd64/include/segments.h
+++ b/sys/amd64/include/segments.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)segments.h 7.1 (Berkeley) 5/9/91
- * $Id: segments.h,v 1.8 1995/02/14 19:21:15 sos Exp $
+ * $Id: segments.h,v 1.9 1995/05/30 08:00:50 rgrimes Exp $
*/
#ifndef _MACHINE_SEGMENTS_H_
@@ -124,7 +124,7 @@ union descriptor {
#define SDT_MEMROD 20 /* memory read only expand dwn limit */
#define SDT_MEMRODA 21 /* memory read only expand dwn limit accessed */
#define SDT_MEMRWD 22 /* memory read write expand dwn limit */
-#define SDT_MEMRWDA 23 /* memory read write expand dwn limit acessed */
+#define SDT_MEMRWDA 23 /* memory read write expand dwn limit accessed */
#define SDT_MEME 24 /* memory execute only */
#define SDT_MEMEA 25 /* memory execute only accessed */
#define SDT_MEMER 26 /* memory execute read */
@@ -226,7 +226,7 @@ struct region_descriptor {
#define L43BSDCALLS_SEL 2 /* notyet */
#define LUCODE_SEL 3
#define LUDATA_SEL 4
-/* seperate stack, es,fs,gs sels ? */
+/* separate stack, es,fs,gs sels ? */
/* #define LPOSIXCALLS_SEL 5*/ /* notyet */
#define NLDT (LUDATA_SEL + 1)
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index 75cc79d..c503549 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
- * $Id: specialreg.h,v 1.6 1995/01/14 10:44:55 bde Exp $
+ * $Id: specialreg.h,v 1.7 1995/05/30 08:00:54 rgrimes Exp $
*/
#ifndef _MACHINE_SPECIALREG_H_
@@ -59,7 +59,7 @@
#define CR0_AM 0x00040000 /* Alignment Mask (set to enable AC flag) */
/*
- * Cyrix 486 DLC special registers, accessable as IO ports.
+ * Cyrix 486 DLC special registers, accessible as IO ports.
*/
#define CCR0 0xc0 /* configuration control register 0 */
#define CCR0_NC0 0x01 /* first 64K of each 1M memory region is
@@ -79,7 +79,7 @@
/*
* the following four 3-byte registers control the non-cacheable regions.
- * These registers must be written as three seperate bytes.
+ * These registers must be written as three separate bytes.
*
* NCRx+0: A31-A24 of starting address
* NCRx+1: A23-A16 of starting address
diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h
index fd07e35..7c39ffd 100644
--- a/sys/amd64/include/tss.h
+++ b/sys/amd64/include/tss.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)tss.h 5.4 (Berkeley) 1/18/91
- * $Id: tss.h,v 1.4 1993/11/17 23:25:04 wollman Exp $
+ * $Id: tss.h,v 1.5 1995/05/30 08:00:57 rgrimes Exp $
*/
#ifndef _MACHINE_TSS_H_
@@ -46,12 +46,12 @@
struct i386tss {
int tss_link; /* actually 16 bits: top 16 bits must be zero */
- int tss_esp0; /* kernel stack pointer priviledge level 0 */
+ int tss_esp0; /* kernel stack pointer privilege level 0 */
#define tss_ksp tss_esp0
int tss_ss0; /* actually 16 bits: top 16 bits must be zero */
- int tss_esp1; /* kernel stack pointer priviledge level 1 */
+ int tss_esp1; /* kernel stack pointer privilege level 1 */
int tss_ss1; /* actually 16 bits: top 16 bits must be zero */
- int tss_esp2; /* kernel stack pointer priviledge level 2 */
+ int tss_esp2; /* kernel stack pointer privilege level 2 */
int tss_ss2; /* actually 16 bits: top 16 bits must be zero */
int tss_cr3; /* page table directory */
#define tss_ptd tss_cr3
OpenPOWER on IntegriCloud