diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
commit | 09533afdf9d8765c07281cc781bb793add772fff (patch) | |
tree | 127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/i82802reg.h | |
parent | 8340012e43d3e836557b3ef5cce99f0b05419e90 (diff) |
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes.
i did not include some punctuation fixes (full stops, etc.)
mnemorable -> mnemonic: i decided memorable was probably better
instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/i82802reg.h')
-rw-r--r-- | sys/dev/ic/i82802reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/i82802reg.h b/sys/dev/ic/i82802reg.h index 22b56fdabd7..4e6fa961d86 100644 --- a/sys/dev/ic/i82802reg.h +++ b/sys/dev/ic/i82802reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i82802reg.h,v 1.2 2003/06/02 19:24:22 mickey Exp $ */ +/* $OpenBSD: i82802reg.h,v 1.3 2003/10/21 18:58:49 jmc Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -34,7 +34,7 @@ */ /* - * unfortunatelly FWH does not show up in the pci device scan, 10x intel. + * unfortunately FWH does not show up in the pci device scan, 10x intel. * so all we do is probe for it in the pchb driver at the following address. */ #define I82802_IOBASE 0xffb00000 |