diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-23 14:17:09 +0000 |
commit | 8ed929de98add940a4939c2b04e15bd6cb05e5bc (patch) | |
tree | 57e2d61b130efef92c92538dd20bed5fce75f607 /sys/dev/i2o/i2o.h | |
parent | 4976efe564dfd17dd878bc21c0ae548a3cf9c02e (diff) |
recieve -> receive
Diffstat (limited to 'sys/dev/i2o/i2o.h')
-rw-r--r-- | sys/dev/i2o/i2o.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2o/i2o.h b/sys/dev/i2o/i2o.h index 169d4b9f356..994f3013539 100644 --- a/sys/dev/i2o/i2o.h +++ b/sys/dev/i2o/i2o.h @@ -1,4 +1,4 @@ -/* $OpenBSD: i2o.h,v 1.4 2001/06/27 06:06:28 nate Exp $ */ +/* $OpenBSD: i2o.h,v 1.5 2001/08/23 14:17:08 aaron Exp $ */ /* $NetBSD: i2o.h,v 1.3 2001/03/20 13:01:48 ad Exp $ */ /*- @@ -1046,7 +1046,7 @@ struct i2o_lan_send_reply { u_int32_t tctx[1]; }; -#define I2O_LAN_RECIEVE_POST 0x3e +#define I2O_LAN_RECEIVE_POST 0x3e struct i2o_lan_receive_post { u_int32_t msgflags; u_int32_t msgfunc; |