summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-07-22 00:35:51 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-07-22 00:35:51 +0000
commitcd30b3bdf49eea2d2ca7fdd5816e1fb347b6ec1a (patch)
tree49eed64c1432ab4fcd9102b49ab0e5eeb5c23715 /sys/arch/amiga
parent39c455f83b974f9e4f0be2aaad7aa3bb469d0961 (diff)
art's typo, getting fed up of these.
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r--sys/arch/amiga/dev/ite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/dev/ite.c b/sys/arch/amiga/dev/ite.c
index f179c594bb5..019fc81b039 100644
--- a/sys/arch/amiga/dev/ite.c
+++ b/sys/arch/amiga/dev/ite.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ite.c,v 1.12 2000/07/19 13:44:25 art Exp $ */
+/* $OpenBSD: ite.c,v 1.13 2000/07/22 00:35:50 espie Exp $ */
/* $NetBSD: ite.c,v 1.47 1996/12/23 09:10:20 veego Exp $ */
/*
@@ -665,7 +665,7 @@ itestart(tp)
/* we have characters remaining. */
if (rbp->c_cc) {
tp->t_state |= TS_TIMEOUT;
- timeout_add(&to->t_rstrt_to, 1);
+ timeout_add(&tp->t_rstrt_to, 1);
}
/* wakeup we are below */
if (rbp->c_cc <= tp->t_lowat) {