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/awivar.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/awivar.h')
-rw-r--r-- | sys/dev/ic/awivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/awivar.h b/sys/dev/ic/awivar.h index 0bb13b1f431..754938e8697 100644 --- a/sys/dev/ic/awivar.h +++ b/sys/dev/ic/awivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: awivar.h,v 1.5 2002/06/09 03:14:18 todd Exp $ */ +/* $OpenBSD: awivar.h,v 1.6 2003/10/21 18:58:49 jmc Exp $ */ /* $NetBSD: awivar.h,v 1.12 2000/07/21 04:48:56 onoe Exp $ */ /*- @@ -186,7 +186,7 @@ struct awi_softc awi_write_1(sc, AWI_DRIVERSTATE, \ ((state) | AWI_DRV_AUTORXLED|AWI_DRV_AUTOTXLED)) -/* unalligned little endian access */ +/* unaligned little endian access */ #define LE_READ_2(p) \ (((u_int8_t *)(p))[0] | (((u_int8_t *)(p))[1] << 8)) #define LE_READ_4(p) \ |