Spelling fixes.
This commit is contained in:
parent
8b297c1fbd
commit
9ba4735280
@ -114,7 +114,7 @@ return this value, while the one that supports the newer ones would
|
||||
return BUS_PROBE_DEFAULT.
|
||||
.It BUS_PROBE_GENERIC
|
||||
The driver matches the type of device generally.
|
||||
This allows drivers to match all serial ports generally, with sepcialized
|
||||
This allows drivers to match all serial ports generally, with specialized
|
||||
drivers matching particular types of serial ports that need special
|
||||
treatment for some reason.
|
||||
.It BUS_PROBE_HOOVER
|
||||
|
@ -43,7 +43,7 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn VFS_VGET
|
||||
looks up or creates a vnode from a (mount, inode#) tupple.
|
||||
looks up or creates a vnode from a (mount, inode#) tuple.
|
||||
.Pp
|
||||
Its arguments are:
|
||||
.Bl -tag -width ".Fa flags"
|
||||
|
@ -124,7 +124,7 @@ up to the given
|
||||
.Fa maxlen
|
||||
bytes (including trailing
|
||||
.Ql \e0 ,
|
||||
and any trailing space surpressed).
|
||||
and any trailing space suppressed).
|
||||
If an error is encountered, i.e.\& trying to read out of said BIOS range,
|
||||
other invalid input, or
|
||||
.Fa buffer
|
||||
|
@ -248,7 +248,7 @@ pointer points to a
|
||||
pointer that is the location to be updated with the new proc pointer
|
||||
if a new process is created, or if not
|
||||
.Dv NULL ,
|
||||
must contain the process pointer for the already exisiting process.
|
||||
must contain the process pointer for the already existing process.
|
||||
If this argument points to
|
||||
.Dv NULL ,
|
||||
then a new process is created and the field updated.
|
||||
|
@ -151,7 +151,7 @@ or
|
||||
.Pp
|
||||
The
|
||||
.Nm sglist_clone
|
||||
function returns a copy of an exising scatter/gather list object
|
||||
function returns a copy of an existing scatter/gather list object
|
||||
.Fa sg .
|
||||
The
|
||||
.Fa mflags
|
||||
|
@ -172,7 +172,7 @@ function returns
|
||||
.No 1
|
||||
if the given thread
|
||||
.Fa td
|
||||
is part of the given taskqeueue
|
||||
is part of the given taskqueue
|
||||
.Fa queue
|
||||
and
|
||||
.No 0
|
||||
|
@ -234,7 +234,7 @@ after the callout function returns.
|
||||
.Pp
|
||||
The
|
||||
.Fn callout_init_rw
|
||||
function serves the need of using rwlocks in conujunction with callouts.
|
||||
function serves the need of using rwlocks in conjunction with callouts.
|
||||
The function does basically the same as
|
||||
.Fn callout_init_mtx
|
||||
with the possibility of specifying an extra
|
||||
@ -249,7 +249,7 @@ may be specified:
|
||||
.Bl -tag -width ".Dv CALLOUT_SHAREDLOCK"
|
||||
.It Dv CALLOUT_SHAREDLOCK
|
||||
The lock is only acquired in read mode when running the callout handler.
|
||||
It has no effects when used in conjuction with
|
||||
It has no effects when used in conjunction with
|
||||
.Fa mtx .
|
||||
.El
|
||||
.Pp
|
||||
|
@ -294,7 +294,7 @@ usb_default_callback(struct usb_xfer *xfer, usb_error_t error)
|
||||
/*
|
||||
* Read usb frame data, if any.
|
||||
* "actlen" has the total length for all frames
|
||||
* transfered.
|
||||
* transferred.
|
||||
*/
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user