summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/frame.h
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/frame.h
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/frame.h')
-rw-r--r--sys/amd64/include/frame.h8
1 files changed, 4 insertions, 4 deletions
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;
};
OpenPOWER on IntegriCloud