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/tropicreg.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/tropicreg.h')
-rw-r--r-- | sys/dev/ic/tropicreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/tropicreg.h b/sys/dev/ic/tropicreg.h index 0de1b7c0e9e..adfd10df95d 100644 --- a/sys/dev/ic/tropicreg.h +++ b/sys/dev/ic/tropicreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tropicreg.h,v 1.1 1999/12/27 21:51:35 fgsch Exp $ */ +/* $OpenBSD: tropicreg.h,v 1.2 2003/10/21 18:58:50 jmc Exp $ */ /* $NetBSD: tropicreg.h,v 1.3 1999/10/17 23:53:45 cgd Exp $ */ /* @@ -480,7 +480,7 @@ struct param_addr { #define OPEN_OK 0x00 /* Open completed successfully */ #define OPEN_BAD_COMMAND 0x01 /* Invalid command code */ #define OPEN_ALREADY 0x03 /* Adapter is ALREADY open */ -#define OPEN_MISSING_PARAMS 0x05 /* Required paramaters missing */ +#define OPEN_MISSING_PARAMS 0x05 /* Required parameters missing */ #define OPEN_UNRECOV_FAIL 0x07 /* Unrecoverable failure occurred */ #define OPEN_INAD_REC_BUFS 0x30 /* Inadequate receive buffers */ #define OPEN_BAD_NODE_ADDR 0x32 /* Invalid NODE address */ |