retrieve, not retreive
This commit is contained in:
parent
33e277929f
commit
2a8c778f1b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ed.c,v 1.35 2000/11/15 01:02:11 thorpej Exp $ */
|
||||
/* $NetBSD: if_ed.c,v 1.36 2001/06/12 14:59:27 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Device driver for National Semiconductor DS8390/WD83C690 based ethernet
|
||||
|
@ -954,7 +954,7 @@ ed_ioctl(ifp, command, data)
|
|||
}
|
||||
|
||||
/*
|
||||
* Retreive packet from shared memory and send to the next level up via
|
||||
* Retrieve packet from shared memory and send to the next level up via
|
||||
* ether_input(). If there is a BPF listener, give a copy to BPF, too.
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: i8042reg.h,v 1.2 1998/05/01 21:14:46 cgd Exp $ */
|
||||
/* $NetBSD: i8042reg.h,v 1.3 2001/06/12 14:59:28 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997
|
||||
|
@ -164,7 +164,7 @@ extern int i8042_wait_input __P((bus_space_tag_t,
|
|||
#define I8042_UNMAP(iot, ioh) \
|
||||
(bus_space_unmap((iot), (ioh), I8042_NPORTS))
|
||||
|
||||
/* Macro to wait and retreive data from the Auxiliary device.
|
||||
/* Macro to wait and retrieve data from the Auxiliary device.
|
||||
** NOTE:
|
||||
** We always check the status before reading the data port because some 8042
|
||||
** firmware seems to update the status and data AFTER the interrupt has
|
||||
|
@ -184,7 +184,7 @@ extern int i8042_wait_input __P((bus_space_tag_t,
|
|||
} \
|
||||
}
|
||||
|
||||
/* Macro to wait and retreive data from the Keyboard device.
|
||||
/* Macro to wait and retrieve data from the Keyboard device.
|
||||
** NOTE:
|
||||
** We always check the status before reading the data port because some 8042
|
||||
** firmware seems to update the status and data AFTER the interrupt has
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mb86960.c,v 1.45 2001/01/20 07:31:00 lukem Exp $ */
|
||||
/* $NetBSD: mb86960.c,v 1.46 2001/06/12 14:59:28 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* All Rights Reserved, Copyright (C) Fujitsu Limited 1995
|
||||
|
@ -1316,7 +1316,7 @@ mb86960_ioctl(ifp, cmd, data)
|
|||
}
|
||||
|
||||
/*
|
||||
* Retreive packet from receive buffer and send to the next level up via
|
||||
* Retrieve packet from receive buffer and send to the next level up via
|
||||
* ether_input(). If there is a BPF listener, give a copy to BPF, too.
|
||||
* Returns 0 if success, -1 if error (i.e., mbuf allocation failure).
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: uftdireg.h,v 1.2 2001/05/21 20:47:13 jhawk Exp $ */
|
||||
/* $NetBSD: uftdireg.h,v 1.3 2001/06/12 14:59:28 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Definitions for the FTDI USB Single Port Serial Converter -
|
||||
|
@ -261,7 +261,7 @@ enum {
|
|||
* 1 = active
|
||||
*
|
||||
* FTDI_SIO_GET_MODEM_STATUS
|
||||
* Retreive the current value of the modem status register.
|
||||
* Retrieve the current value of the modem status register.
|
||||
*/
|
||||
#define FTDI_SIO_CTS_MASK 0x10
|
||||
#define FTDI_SIO_DSR_MASK 0x20
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: msdosfs_vnops.c,v 1.108 2001/05/28 02:50:52 chs Exp $ */
|
||||
/* $NetBSD: msdosfs_vnops.c,v 1.109 2001/06/12 14:59:29 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
|
||||
|
@ -88,7 +88,7 @@
|
|||
* that when a directory is actually read/written (via read, write, or
|
||||
* readdir, or seek) we must use the vnode for the filesystem instead of
|
||||
* the vnode for the directory as would happen in ufs. This is to insure we
|
||||
* retreive the correct block from the buffer cache since the hash value is
|
||||
* retrieve the correct block from the buffer cache since the hash value is
|
||||
* based upon the vnode address and the desired block number.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue