summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorThomas Nordin <nordin@cvs.openbsd.org>2002-07-31 19:02:09 +0000
committerThomas Nordin <nordin@cvs.openbsd.org>2002-07-31 19:02:09 +0000
commit9fed39ad8b8ac256f2fcd3def5790b6d4f565532 (patch)
tree256f2ce4cbc222f92c58e3bc9e3904a89d40a42a /sys
parent42093ebf42e302ee306b03061dd983bfc16316e0 (diff)
Grammar.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/i8253reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/i8253reg.h b/sys/dev/ic/i8253reg.h
index f1be2c08fab..b583649f0ff 100644
--- a/sys/dev/ic/i8253reg.h
+++ b/sys/dev/ic/i8253reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i8253reg.h,v 1.1 1999/01/02 00:02:42 niklas Exp $ */
+/* $OpenBSD: i8253reg.h,v 1.2 2002/07/31 19:02:08 nordin Exp $ */
/* $NetBSD: i8253reg.h,v 1.5 1998/01/19 11:38:00 drochner Exp $ */
/*-
@@ -45,7 +45,7 @@
* register. (Why are hardware interfaces always so braindead?).
*
* To write a value into the countdown register, the mode register
- * is first programmed with a command indicating the which byte of
+ * is first programmed with a command indicating which byte of
* the two byte register is to be modified. The three possibilities
* are load msb (TMR_MR_MSB), load lsb (TMR_MR_LSB), or load lsb then
* msb (TMR_MR_BOTH).