diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 07:06:18 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 07:06:18 +0000 |
commit | 69135e49ef175cc14bf6009d37ddbf95f5f5bcfe (patch) | |
tree | 0324339b67479505414089b678f1ecc0bea3bf15 /sys/arch/vax/qbus | |
parent | c60690c35abf5f19d857860d5a0407f5ca76b808 (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch/vax/qbus')
-rw-r--r-- | sys/arch/vax/qbus/qd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/qbus/qd.c b/sys/arch/vax/qbus/qd.c index 0b92dc4e6c9..20abf8f6a02 100644 --- a/sys/arch/vax/qbus/qd.c +++ b/sys/arch/vax/qbus/qd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qd.c,v 1.8 2003/10/03 16:44:50 miod Exp $ */ +/* $OpenBSD: qd.c,v 1.9 2003/11/03 07:06:17 david Exp $ */ /* $NetBSD: qd.c,v 1.17 2000/01/24 02:40:29 matt Exp $ */ /*- @@ -1546,7 +1546,7 @@ qdpoll(dev, events, p) if (events & (POLLIN | POLLRDNORM)) { /* This is ttnread. It's static and I don't feel - * like altering platform independant parts of NetBSD + * like altering platform independent parts of NetBSD */ int nread; /* if (tp->t_lflag & PENDIN) |