diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-25 23:23:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-25 23:23:02 +0000 |
commit | 592e4a15549579c0720180822f606cedfa0b0724 (patch) | |
tree | 757aeaa99bb721047a6ef8f3b5651026b4226129 /sys/arch/hp300 | |
parent | b9efac20cb8ef6f89ece6ef47d00c7927c9b4045 (diff) |
Typos.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/ite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/ite.c b/sys/arch/hp300/dev/ite.c index 752f17b1614..161259260c0 100644 --- a/sys/arch/hp300/dev/ite.c +++ b/sys/arch/hp300/dev/ite.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ite.c,v 1.12 2001/05/01 16:51:09 millert Exp $ */ +/* $OpenBSD: ite.c,v 1.13 2001/11/25 23:23:01 miod Exp $ */ /* $NetBSD: ite.c,v 1.38 1997/03/31 07:37:25 scottr Exp $ */ /* @@ -276,7 +276,7 @@ iteoff(ip, flag) /* * XXX When the system is rebooted with "reboot", init(8) * kills the last process to have the console open. - * If we don't revent the the ITE_ACTIVE bit from being + * If we don't prevent the ITE_ACTIVE bit from being * cleared, we will never see messages printed during * the process of rebooting. */ |