Spelling fixes.

This commit is contained in:
Joel Dahl 2010-07-31 10:01:15 +00:00
parent 8b297c1fbd
commit 9ba4735280
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210669
8 changed files with 9 additions and 9 deletions

View File

@ -114,7 +114,7 @@ return this value, while the one that supports the newer ones would
return BUS_PROBE_DEFAULT. return BUS_PROBE_DEFAULT.
.It BUS_PROBE_GENERIC .It BUS_PROBE_GENERIC
The driver matches the type of device generally. 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 drivers matching particular types of serial ports that need special
treatment for some reason. treatment for some reason.
.It BUS_PROBE_HOOVER .It BUS_PROBE_HOOVER

View File

@ -43,7 +43,7 @@
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn VFS_VGET .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 .Pp
Its arguments are: Its arguments are:
.Bl -tag -width ".Fa flags" .Bl -tag -width ".Fa flags"

View File

@ -124,7 +124,7 @@ up to the given
.Fa maxlen .Fa maxlen
bytes (including trailing bytes (including trailing
.Ql \e0 , .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, If an error is encountered, i.e.\& trying to read out of said BIOS range,
other invalid input, or other invalid input, or
.Fa buffer .Fa buffer

View File

@ -248,7 +248,7 @@ pointer points to a
pointer that is the location to be updated with the new proc pointer pointer that is the location to be updated with the new proc pointer
if a new process is created, or if not if a new process is created, or if not
.Dv NULL , .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 If this argument points to
.Dv NULL , .Dv NULL ,
then a new process is created and the field updated. then a new process is created and the field updated.

View File

@ -151,7 +151,7 @@ or
.Pp .Pp
The The
.Nm sglist_clone .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 . .Fa sg .
The The
.Fa mflags .Fa mflags

View File

@ -172,7 +172,7 @@ function returns
.No 1 .No 1
if the given thread if the given thread
.Fa td .Fa td
is part of the given taskqeueue is part of the given taskqueue
.Fa queue .Fa queue
and and
.No 0 .No 0

View File

@ -234,7 +234,7 @@ after the callout function returns.
.Pp .Pp
The The
.Fn callout_init_rw .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 The function does basically the same as
.Fn callout_init_mtx .Fn callout_init_mtx
with the possibility of specifying an extra with the possibility of specifying an extra
@ -249,7 +249,7 @@ may be specified:
.Bl -tag -width ".Dv CALLOUT_SHAREDLOCK" .Bl -tag -width ".Dv CALLOUT_SHAREDLOCK"
.It Dv CALLOUT_SHAREDLOCK .It Dv CALLOUT_SHAREDLOCK
The lock is only acquired in read mode when running the callout handler. 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 . .Fa mtx .
.El .El
.Pp .Pp

View File

@ -294,7 +294,7 @@ usb_default_callback(struct usb_xfer *xfer, usb_error_t error)
/* /*
* Read usb frame data, if any. * Read usb frame data, if any.
* "actlen" has the total length for all frames * "actlen" has the total length for all frames
* transfered. * transferred.
*/ */
break; break;