Spelling fixes supplied by pfg@, detected with codespell, plus

additional misspellings detected by igor.

MFC after:	1 week
This commit is contained in:
Warren Block 2016-05-01 22:00:41 +00:00
parent f5c911273a
commit 7c64ddd5b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298904
14 changed files with 20 additions and 20 deletions

View File

@ -236,7 +236,7 @@ long as it is compatible with the driver and is a different version than
the one already on the card.
The default is 1.
.It Va hw.cxgbe.fl_pktshift
The number of bytes of padding inserted before the begining of an Ethernet
The number of bytes of padding inserted before the beginning of an Ethernet
frame in the receive buffer.
The default value of 2 ensures that the Ethernet payload (usually the IP header)
is at a 4 byte aligned address.

View File

@ -65,9 +65,9 @@ dev.ds3231.0.32khz_enable: 1
.It Va dev.ds3231.%d.temperature
The read-only value of the current temperature read by the RTC.
.It Va dev.ds3231.%d.temp_conv
Start a new temperature convertion.
Start a new temperature conversion.
When read as 1, a temperature conversion is in progress.
When read as 0 and then set to 1, a temperature convertion is started.
When read as 0 and then set to 1, a temperature conversion is started.
The temperature conversion runs automatically on power up and once every 64
seconds afterward.
.It Va dev.ds3231.%d.bbsqw

View File

@ -123,9 +123,9 @@ Return current node configuration as
.Vt "struct ng_car_bulkconf"
.Bd -literal
struct ng_car_hookconf {
uint64_t cbs; /* Commited burst size (bytes) */
uint64_t cbs; /* Committed burst size (bytes) */
uint64_t ebs; /* Exceeded/Peak burst size (bytes) */
uint64_t cir; /* Commited information rate (bits/s) */
uint64_t cir; /* Committed information rate (bits/s) */
uint64_t pir; /* Peak information rate (bits/s) */
uint8_t green_action; /* Action for green packets */
uint8_t yellow_action; /* Action for yellow packets */
@ -162,7 +162,7 @@ Return node statistics as
.Bd -literal
struct ng_car_hookstats {
uint64_t passed_pkts; /* Counter for passed packets */
uint64_t droped_pkts; /* Counter for droped packets */
uint64_t droped_pkts; /* Counter for dropped packets */
uint64_t green_pkts; /* Counter for green packets */
uint64_t yellow_pkts; /* Counter for yellow packets */
uint64_t red_pkts; /* Counter for red packets */

View File

@ -259,7 +259,7 @@ struct ng_nat_libalias_info {
.Ed
In case of
.Nm
failed to retreive a certain counter
failed to retrieve a certain counter
from its
.Xr libalias
instance, the corresponding field is returned as

View File

@ -113,7 +113,7 @@ all settings are read-only.
The
.Pa kern.random.fortuna.minpoolsize
sysctl is used
to set the seed threshhold.
to set the seed threshold.
A smaller number gives a faster seed,
but a less secure one.
In practice,

View File

@ -98,7 +98,7 @@ HAL Corporation Crossam2+USB IR commander
.It
Hama USB RS-232 Serial Adapter
.It
Hamlet exagerate XURS232
Hamlet exaggerate XURS232
.It
HP LD220 Point-Of-Sale (POS) Display
.It

View File

@ -80,7 +80,7 @@ update faster than simple arithmetic on the global variable.
Thus
.Nm
is considered suitable for accounting in the performance-critical
code pathes.
code paths.
.Bl -tag -width indent
.It Fn counter_u64_alloc wait
Allocate a new 64-bit unsigned counter.

View File

@ -139,7 +139,7 @@ function ends the region started by
.Fn fpu_kern_enter .
The uses of FPU in the kernel after the call to
.Fn fpu_kern_leave
are erronous until the next call to
are erroneous until the next call to
.Fn fpu_kern_enter
is performed.
The function takes the

View File

@ -139,7 +139,7 @@ uses same hashing algorithm as the
.Fn jenkins_hash
function, but works only on
.Ft uint32_t
sized arrays, thus is simplier and faster.
sized arrays, thus is simpler and faster.
It accepts an array of
.Ft uint32_t
values in its first argument and size of this array in the second argument.

View File

@ -215,7 +215,7 @@ The flag allows exclusive requests to preempt the current shared request
even if the current thread owns shared locks.
This is safe since shared lock is guaranteed to not recurse, and is used
when thread is known to held unrelated shared locks, to not cause
unneccessary starvation. An example is
unnecessary starvation. An example is
.Dv vp
locking in VFS
.Xr lookup 9 ,

View File

@ -761,7 +761,7 @@ function assigns the
.Fa *count
messages allocated to the first
.Fa *count
table indicies.
table indices.
If
.Fn pci_alloc_msix
is not able to allocate any messages,

View File

@ -616,14 +616,14 @@ flags to be set indicating the read and write disposition of the sysctl:
This is a read-only sysctl.
.It Dv CTLFLAG_RDTUN
This is a read-only sysctl and tunable which is tried fetched once
from the system enviroment early during module load or system boot.
from the system environment early during module load or system boot.
.It Dv CTLFLAG_WR
This is a writable sysctl.
.It Dv CTLFLAG_RW
This sysctl is readable and writable.
.It Dv CTLFLAG_RWTUN
This is a readable and writeable sysctl and tunable which is tried
fetched once from the system enviroment early during module load or
fetched once from the system environment early during module load or
system boot.
.It Dv CTLFLAG_NOFETCH
In case the node is marked as a tunable using the CTLFLAG_[XX]TUN,
@ -647,7 +647,7 @@ When iterating the sysctl name space, do not list this sysctl.
.It Dv CTLFLAG_TUN
Advisory flag that a system tunable also exists for this variable.
The initial sysctl value is tried fetched once from the system
enviroment early during module load or system boot.
environment early during module load or system boot.
.It Dv CTLFLAG_DYN
Dynamically created OIDs automatically get this flag set.
.It Dv CTLFLAG_VNET
@ -697,7 +697,7 @@ SYSCTL_STRING(_kern, KERN_BOOTFILE, bootfile, CTLFLAG_RW,
* the variable pointer and size are provided, as well as a format
* string for sysctl(8).
*/
static l_fp pps_freq; /* scaled frequence offset (ns/s) */
static l_fp pps_freq; /* scaled frequency offset (ns/s) */
SYSCTL_OPAQUE(_kern_ntp_pll, OID_AUTO, pps_freq, CTLFLAG_RD,
&pps_freq, sizeof(pps_freq), "I", "");

View File

@ -239,7 +239,7 @@ The function
cancels a callout
.Fa c
if it is currently pending.
If the callout is pending and successfuly stopped, then
If the callout is pending and successfully stopped, then
.Fn callout_stop
returns a value of one.
If the callout is not set, or

View File

@ -187,7 +187,7 @@ This flag requires either
or
.Dv UMA_ZONE_HASH ,
since subsystem requires a mechanism to find a book-keeping structure
to an item beeing freed.
to an item being freed.
The subsystem may choose to prefer offpage book-keeping for certain zones
implicitly.
.It Dv UMA_ZONE_ZINIT