summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2010-08-06 14:33:42 +0000
committerjoel <joel@FreeBSD.org>2010-08-06 14:33:42 +0000
commitf4e8725880aad15a64790723505167159829163a (patch)
tree5f8e429dd9357ed9d831b244958f282da6c793f2 /lib/libc
parentd1366c1596b57fce1d8e3437a62744761594f724 (diff)
downloadFreeBSD-src-f4e8725880aad15a64790723505167159829163a.zip
FreeBSD-src-f4e8725880aad15a64790723505167159829163a.tar.gz
Fix typos and spelling mistakes.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/sctp_recvmsg.32
-rw-r--r--lib/libc/net/sctp_sendmsg.32
-rw-r--r--lib/libc/stdlib/malloc.32
-rw-r--r--lib/libc/sys/kqueue.22
-rw-r--r--lib/libc/sys/ptrace.22
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/sctp_recvmsg.3 b/lib/libc/net/sctp_recvmsg.3
index eb043ac..8ddbeb8 100644
--- a/lib/libc/net/sctp_recvmsg.3
+++ b/lib/libc/net/sctp_recvmsg.3
@@ -88,7 +88,7 @@ will hold the address of the peer and
.Fa fromlen
will hold the length of that address.
Note that
-the address is bounded by the inital value of
+the address is bounded by the initial value of
.Fa fromlen
which is used as an in/out variable.
.Pp
diff --git a/lib/libc/net/sctp_sendmsg.3 b/lib/libc/net/sctp_sendmsg.3
index 0d5c8df..42193e2 100644
--- a/lib/libc/net/sctp_sendmsg.3
+++ b/lib/libc/net/sctp_sendmsg.3
@@ -72,7 +72,7 @@ Data sent in such an instance will result in
the data being sent on the third leg of the SCTP four-way handshake.
Note that if
the socket is a one-to-one type (SOCK_STREAM) socket then an association must
-be in existance (by use of the
+be in existence (by use of the
.Xr connect 2
system call).
Calling
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 9b9fe96..2f21b6a 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -415,7 +415,7 @@ Allocation requests that are more than half the quantum, but no more than the
minimum cacheline-multiple size class (see the
.Dq Q
option) are rounded up to the nearest multiple of the quantum.
-Allocation requests that are more than the minumum cacheline-multiple size
+Allocation requests that are more than the minimum cacheline-multiple size
class, but no more than the minimum subpage-multiple size class (see the
.Dq C
option) are rounded up to the nearest multiple of the cacheline size (64).
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 326632d..74cd72a 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -445,7 +445,7 @@ contains the events which triggered the filter.
.It Dv EVFILT_USER
Establishes a user event identified by
.Va ident
-which is not assosicated with any kernel mechanism but is triggered by
+which is not associated with any kernel mechanism but is triggered by
user level code.
The lower 24 bits of the
.Va fflags
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 26a55d6..f40574b 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -335,7 +335,7 @@ and/or memory.
When
.Dv PL_FLAG_SCX
is set, this flag may be additionally specified to inform that the
-program being executed by debuggee process has been changed by succesful
+program being executed by debuggee process has been changed by successful
execution of a system call from the
.Fn execve 2
family.
OpenPOWER on IntegriCloud