From a82978cb5f0248db2086e9e6b1202cacb7d1cf48 Mon Sep 17 00:00:00 2001 From: dg Date: Tue, 19 Dec 1995 14:47:41 +0000 Subject: Corrected a typo in a comment. --- sys/amd64/amd64/trap.c | 4 ++-- sys/i386/i386/trap.c | 4 ++-- sys/kern/subr_trap.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys') 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 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 " 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 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 " 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 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 " in ddb won't work. */ void -- cgit v1.1