diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 05:45:01 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 05:45:01 +0000 |
commit | 8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (patch) | |
tree | c2055af025a564758bfc36edc08e053289ab2a7a /sys/dev/i2o/iop.c | |
parent | ebd50ea0a8a3e08dc5905c91daed946e41fb0b8f (diff) |
recieve -> receive
Diffstat (limited to 'sys/dev/i2o/iop.c')
-rw-r--r-- | sys/dev/i2o/iop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2o/iop.c b/sys/dev/i2o/iop.c index a28f5b03686..78b1708579f 100644 --- a/sys/dev/i2o/iop.c +++ b/sys/dev/i2o/iop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iop.c,v 1.13 2001/06/27 03:39:18 mickey Exp $ */ +/* $OpenBSD: iop.c,v 1.14 2001/06/27 05:44:59 nate Exp $ */ /* $NetBSD: iop.c,v 1.12 2001/03/21 14:27:05 ad Exp $ */ /*- @@ -579,7 +579,7 @@ iop_create_reconf_thread(void *cookie) /* * Reconfiguration thread; listens for LCT change notification, and - * initiates re-configuration if recieved. + * initiates re-configuration if received. */ void iop_reconf_thread(void *cookie) @@ -1499,7 +1499,7 @@ iop_handle_reply(struct iop_softc *sc, u_int32_t rmfa) } /* - * If we recieved a transport failure notice, we've got to dig the + * If we received a transport failure notice, we've got to dig the * transaction context (if any) out of the original message frame, * and then release the original MFA back to the inbound FIFO. */ |