diff options
author | 2002-07-31 19:02:08 +0000 | |
---|---|---|
committer | 2002-07-31 19:02:08 +0000 | |
commit | 4f0237f837549ab4befb98076f2741dccfd0dec1 (patch) | |
tree | 1958e4d43ae50dbfc8e030f3b0f411eb49be7732 | |
parent | de-register (diff) | |
download | wireguard-openbsd-4f0237f837549ab4befb98076f2741dccfd0dec1.tar.xz wireguard-openbsd-4f0237f837549ab4befb98076f2741dccfd0dec1.zip |
Grammar.
-rw-r--r-- | sys/dev/ic/i8253reg.h | 4 |
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). |