summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-19 14:47:41 +0000
committerdg <dg@FreeBSD.org>1995-12-19 14:47:41 +0000
commita82978cb5f0248db2086e9e6b1202cacb7d1cf48 (patch)
treedfd3045678eb9add7d98d2e7b3621e27f64ac223 /sys
parent95d4407d256f0ffa1815a33f1ecbb69af4758281 (diff)
downloadFreeBSD-src-a82978cb5f0248db2086e9e6b1202cacb7d1cf48.zip
FreeBSD-src-a82978cb5f0248db2086e9e6b1202cacb7d1cf48.tar.gz
Corrected a typo in a comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/trap.c4
-rw-r--r--sys/i386/i386/trap.c4
-rw-r--r--sys/kern/subr_trap.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index acee977..7f41c8c 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.66 1995/12/14 14:35:36 peter Exp $
+ * $Id: trap.c,v 1.67 1995/12/19 14:30:28 davidg Exp $
*/
/*
@@ -765,7 +765,7 @@ trap_fatal(frame)
* XXX Note that the current PTD gets replaced by IdlePTD when the
* task switch occurs. This means that the stack that was active at
* the time of the double fault is not available at <kstack> unless
- * the machine was idlewhen the double fault occurred. This downside
+ * the machine was idle when the double fault occurred. The downside
* of this is that "trace <ebp>" in ddb won't work.
*/
void
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c
index acee977..7f41c8c 100644
--- a/sys/i386/i386/trap.c
+++ b/sys/i386/i386/trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.66 1995/12/14 14:35:36 peter Exp $
+ * $Id: trap.c,v 1.67 1995/12/19 14:30:28 davidg Exp $
*/
/*
@@ -765,7 +765,7 @@ trap_fatal(frame)
* XXX Note that the current PTD gets replaced by IdlePTD when the
* task switch occurs. This means that the stack that was active at
* the time of the double fault is not available at <kstack> unless
- * the machine was idlewhen the double fault occurred. This downside
+ * the machine was idle when the double fault occurred. The downside
* of this is that "trace <ebp>" in ddb won't work.
*/
void
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index acee977..7f41c8c 100644
--- a/sys/kern/subr_trap.c
+++ b/sys/kern/subr_trap.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
- * $Id: trap.c,v 1.66 1995/12/14 14:35:36 peter Exp $
+ * $Id: trap.c,v 1.67 1995/12/19 14:30:28 davidg Exp $
*/
/*
@@ -765,7 +765,7 @@ trap_fatal(frame)
* XXX Note that the current PTD gets replaced by IdlePTD when the
* task switch occurs. This means that the stack that was active at
* the time of the double fault is not available at <kstack> unless
- * the machine was idlewhen the double fault occurred. This downside
+ * the machine was idle when the double fault occurred. The downside
* of this is that "trace <ebp>" in ddb won't work.
*/
void
OpenPOWER on IntegriCloud