summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2016-05-10 20:12:27 +0000
committerwblock <wblock@FreeBSD.org>2016-05-10 20:12:27 +0000
commita1c8425fe97cea5ac16cf8eb1f8139db87d31fcc (patch)
treed75d2fda34692a663309b9dcbb23a1e5662289f6 /share
parent9ac8612d0f3c79f71f9edcb696ce11565506939c (diff)
downloadFreeBSD-src-a1c8425fe97cea5ac16cf8eb1f8139db87d31fcc.zip
FreeBSD-src-a1c8425fe97cea5ac16cf8eb1f8139db87d31fcc.tar.gz
MFC r298904:
Spelling fixes supplied by pfg@, detected with codespell, plus additional misspellings detected by igor.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/cxgbe.42
-rw-r--r--share/man/man4/ng_car.46
-rw-r--r--share/man/man4/ng_nat.42
-rw-r--r--share/man/man4/uplcom.42
-rw-r--r--share/man/man9/counter.92
-rw-r--r--share/man/man9/fpu_kern.92
-rw-r--r--share/man/man9/hash.92
-rw-r--r--share/man/man9/lock.92
-rw-r--r--share/man/man9/pci.92
-rw-r--r--share/man/man9/sysctl.92
-rw-r--r--share/man/man9/zone.92
11 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man4/cxgbe.4 b/share/man/man4/cxgbe.4
index 57a8b09..148bb1d 100644
--- a/share/man/man4/cxgbe.4
+++ b/share/man/man4/cxgbe.4
@@ -227,7 +227,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.
diff --git a/share/man/man4/ng_car.4 b/share/man/man4/ng_car.4
index 348b03d..a20880f 100644
--- a/share/man/man4/ng_car.4
+++ b/share/man/man4/ng_car.4
@@ -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 */
diff --git a/share/man/man4/ng_nat.4 b/share/man/man4/ng_nat.4
index 9b3b3fc..ea360b2 100644
--- a/share/man/man4/ng_nat.4
+++ b/share/man/man4/ng_nat.4
@@ -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
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4
index 7c2bce0..3e3b82b 100644
--- a/share/man/man4/uplcom.4
+++ b/share/man/man4/uplcom.4
@@ -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
diff --git a/share/man/man9/counter.9 b/share/man/man9/counter.9
index 079ce05..5a66883 100644
--- a/share/man/man9/counter.9
+++ b/share/man/man9/counter.9
@@ -78,7 +78,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 how
Allocate a new 64-bit unsigned counter.
diff --git a/share/man/man9/fpu_kern.9 b/share/man/man9/fpu_kern.9
index 207e5e8..487c907 100644
--- a/share/man/man9/fpu_kern.9
+++ b/share/man/man9/fpu_kern.9
@@ -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
diff --git a/share/man/man9/hash.9 b/share/man/man9/hash.9
index 7e48da9..6c53975 100644
--- a/share/man/man9/hash.9
+++ b/share/man/man9/hash.9
@@ -126,7 +126,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.
diff --git a/share/man/man9/lock.9 b/share/man/man9/lock.9
index b47ce0e..4d5eb0f 100644
--- a/share/man/man9/lock.9
+++ b/share/man/man9/lock.9
@@ -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 ,
diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9
index 108ddc4..e3535cf 100644
--- a/share/man/man9/pci.9
+++ b/share/man/man9/pci.9
@@ -685,7 +685,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,
diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index b9a9fe5..55605d1 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -238,7 +238,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", "");
diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9
index d0af88e..923725f 100644
--- a/share/man/man9/zone.9
+++ b/share/man/man9/zone.9
@@ -184,7 +184,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
OpenPOWER on IntegriCloud