From f3dd75a38d66ed54a0f2660b0a27d177fb33f068 Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 30 Jan 1996 23:02:38 +0000 Subject: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. --- sys/amd64/include/frame.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/amd64/include/frame.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; }; -- cgit v1.1